Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cSploit/android
/ add
Method
add
cSploit/src/org/csploit/android/net/RemoteReader.java:341–346 ·
view source on GitHub ↗
(Task task)
Source
from the content-addressed store, hash-verified
339
}
340
341
public
void
add(Task task) {
342
synchronized (tasks) {
343
tasks.add(task);
344
tasks.notify();
345
}
346
}
347
348
public
void
remove(Task task) {
349
synchronized (tasks) {
Callers
15
add
Method · 0.95
onActionItemClicked
Method · 0.45
getSelected
Method · 0.45
addResult
Method · 0.45
inpsect
Method · 0.45
onNewMountpoint
Method · 0.45
fromFile
Method · 0.45
addFilter
Method · 0.45
async
Method · 0.45
registerSettingListener
Method · 0.45
getAvailableSessionFiles
Method · 0.45
getAvailableHijackerSessionFiles
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected