Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperationTest.java91 mIsDebuggable = false; in setUp()
143 mIsDebuggable = true; in testSecondStartWithCookieCrashesWhenDebuggable()
157 mIsDebuggable = false; in testSecondStartWithCookieFailsNicelyWhenNotDebuggable()
216 mIsDebuggable = true; in secondStartCrashesWhenDebuggable()
229 mIsDebuggable = false; in secondStartFailsNicelyWhenNotDebuggable()
243 mIsDebuggable = true; in doesNotStartWithCookie()
252 mIsDebuggable = true; in cannotRestart()
264 mIsDebuggable = true; in abortsNotRunning()
278 mIsDebuggable = true; in abortCrashesWhenDebuggableIfOperationIsRunning()
288 mIsDebuggable = false; in abortFailsNicelyWhenNotDebuggableIfOperationIsRunning()
[all …]
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DBiometricSchedulerOperation.java92 private final BooleanSupplier mIsDebuggable; field in BiometricSchedulerOperation
134 mIsDebuggable = isDebuggable; in BiometricSchedulerOperation()
181 if (mIsDebuggable.getAsBoolean()) { in start()
446 if (mIsDebuggable.getAsBoolean()) { in errorWhenOneOf()
458 if (mIsDebuggable.getAsBoolean()) { in errorWhenNoneOf()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java57 private final boolean mIsDebuggable; field in PluginManagerImpl
71 mIsDebuggable = debuggable; in PluginManagerImpl()
80 return mIsDebuggable; in isDebuggable()
H A DPluginActionManager.java74 private final boolean mIsDebuggable; field in PluginActionManager
106 mIsDebuggable = debuggable; in PluginActionManager()
287 if (!mIsDebuggable && !isPluginPrivileged(component)) { in loadPluginComponent()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java932 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo
938 mIsDebuggable = isDebuggable; in PackageAssociationInfo()
946 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()
950 return mIsDebuggable; in isDebuggable()
954 mIsDebuggable = isDebuggable; in setDebuggable()