Searched refs:systemIsDebuggable (Results 1 – 4 of 4) sorted by relevance
46 public boolean systemIsDebuggable(); in systemIsDebuggable() method
518 && !mSystemInterface.systemIsDebuggable()) { in validityResult()595 if (systemInterface.systemIsDebuggable()) return true; in providerHasValidSignature()
221 public boolean systemIsDebuggable() { in systemIsDebuggable() method in SystemImpl
96 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable() method in TestSystemImpl