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

Method clear

cSploit/src/org/csploit/android/core/ExecChecker.java:269–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

267 }
268
269 public void clear() {
270 synchronized (this) {
271 if(modifiedMountpoit!=null) {
272 restoreMountpoint(modifiedMountpoit);
273 modifiedMountpoit = null;
274 }
275 }
276 }
277
278 @Override
279 protected void finalize() throws Throwable {

Callers 12

finalizeMethod · 0.95
onListItemClickMethod · 0.80
resetMethod · 0.80
preloadServicesMethod · 0.80
resetMethod · 0.80
cleanMethod · 0.80
cancelMethod · 0.80
setFilterMethod · 0.80
retrieveInfosMethod · 0.80
retrievePayloadsMethod · 0.80
createPortListMethod · 0.80
setStartedStateMethod · 0.80

Calls 1

restoreMountpointMethod · 0.95

Tested by

no test coverage detected