Home
last modified time | relevance | path

Searched defs:systemIsDebuggable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/webkit/
H A DSystemInterface.java46 public boolean systemIsDebuggable(); in systemIsDebuggable() method
H A DSystemImpl.java221 public boolean systemIsDebuggable() { in systemIsDebuggable() method in SystemImpl
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java96 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable() method in TestSystemImpl