Home
last modified time | relevance | path

Searched refs:mIsDebuggable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DTestSystemImpl.java39 private final boolean mIsDebuggable; field in TestSystemImpl
50 mIsDebuggable = isDebuggable; in TestSystemImpl()
108 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java697 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo
703 mIsDebuggable = isDebuggable; in PackageAssociationInfo()
711 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()
715 return mIsDebuggable; in isDebuggable()
719 mIsDebuggable = isDebuggable; in setDebuggable()