Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/compat/
DApplicationInfoBuilder.java22 private boolean mIsDebuggable; field in ApplicationInfoBuilder
41 mIsDebuggable = true; in debuggable()
57 if (mIsDebuggable) { in build()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DTestSystemImpl.java38 private final boolean mIsDebuggable; field in TestSystemImpl
48 mIsDebuggable = isDebuggable; in TestSystemImpl()
96 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java74 private final boolean mIsDebuggable; field in PluginManagerImpl
94 mIsDebuggable = debuggable; in PluginManagerImpl()
113 return mIsDebuggable; in isDebuggable()
304 if (!mIsDebuggable && !isPluginPackageWhitelisted(appInfo.packageName)) { in getClassLoader()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java789 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo
795 mIsDebuggable = isDebuggable; in PackageAssociationInfo()
803 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()
807 return mIsDebuggable; in isDebuggable()
811 mIsDebuggable = isDebuggable; in setDebuggable()