Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
H A DApplicationInfoBuilder.java22 private boolean mIsDebuggable; field in ApplicationInfoBuilder
41 mIsDebuggable = true; in debuggable()
57 if (mIsDebuggable) { in build()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java38 private final boolean mIsDebuggable; field in TestSystemImpl
48 mIsDebuggable = isDebuggable; in TestSystemImpl()
96 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java56 private final boolean mIsDebuggable; field in PluginManagerImpl
70 mIsDebuggable = debuggable; in PluginManagerImpl()
81 return mIsDebuggable; in isDebuggable()
H A DPluginActionManager.java73 private final boolean mIsDebuggable; field in PluginActionManager
105 mIsDebuggable = debuggable; in PluginActionManager()
285 if (!mIsDebuggable && !isPluginPrivileged(component)) { in loadPluginComponent()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java792 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo
798 mIsDebuggable = isDebuggable; in PackageAssociationInfo()
806 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()
810 return mIsDebuggable; in isDebuggable()
814 mIsDebuggable = isDebuggable; in setDebuggable()