MCPcopy Index your code
hub / github.com/cSploit/android / get

Method get

cSploit/src/org/csploit/android/net/RemoteReader.java:87–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 public Object get() throws InterruptedException, ExecutionException {
89 synchronized (taskQueue) {
90 while(taskQueue.size() > 0)
91 taskQueue.wait();
92 }
93
94 return null;
95 }
96
97 @Override
98 public Object get(long l, TimeUnit timeUnit) throws InterruptedException, ExecutionException, TimeoutException {

Callers 15

onActivityResultMethod · 0.80
onActionItemClickedMethod · 0.80
onItemSelectedMethod · 0.80
getItemMethod · 0.80
getViewMethod · 0.80
toggleSelectionMethod · 0.80
getSelectedPositionsMethod · 0.80
runMethod · 0.80
onItemClickMethod · 0.80
getViewMethod · 0.80
nextConnectionAttemptMethod · 0.80
getItemMethod · 0.80

Calls 2

isDoneMethod · 0.95
waitMethod · 0.80

Tested by

no test coverage detected