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

Method setCurrentPlugin

cSploit/src/org/csploit/android/core/System.java:1114–1118  ·  view source on GitHub ↗
(Plugin plugin)

Source from the content-addressed store, hash-verified

1112 }
1113
1114 public static void setCurrentPlugin(Plugin plugin){
1115 Logger.debug( "Setting current plugin : " + mContext.getString( plugin.getName() ) );
1116
1117 mCurrentPlugin = plugin;
1118 }
1119
1120 public static Plugin getCurrentPlugin(){
1121 return mCurrentPlugin;

Callers 1

onItemClickMethod · 0.95

Calls 2

debugMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected