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

Method setEnabled

cSploit/src/org/csploit/android/tools/Msf.java:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28public class Msf extends Ruby {
29
30 @Override
31 public void setEnabled() {
32 super.setEnabled();
33
34 mEnabled = mEnabled && (ExecChecker.msf().getRoot() != null ||
35 ExecChecker.msf().canExecuteInDir(System.getMsfPath()));
36 }
37
38 @Override
39 protected void registerSettingReceiver() {

Callers 10

getMsfBranchesMethod · 0.45
onMsfPathChangedMethod · 0.45
onCreateOptionsMenuMethod · 0.45
reloadMethod · 0.45
buildMenuItemMethod · 0.45
buildMenuItemMethod · 0.45
WifiCrackDialogMethod · 0.45
InputDialogMethod · 0.45
onPrepareOptionsMenuMethod · 0.45

Calls 4

msfMethod · 0.95
getMsfPathMethod · 0.95
getRootMethod · 0.80
canExecuteInDirMethod · 0.80

Tested by

no test coverage detected