Home
last modified time | relevance | path

Searched refs:mIsDebuggable (Results 1 – 6 of 6) 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/biometrics/sensors/
DBiometricSchedulerOperationTest.java91 private boolean mIsDebuggable; field in BiometricSchedulerOperationTest
96 mIsDebuggable = false; in setUp()
98 mClientCallback, () -> mIsDebuggable); in setUp()
100 mClientCallback, () -> mIsDebuggable); in setUp()
148 mIsDebuggable = true; in testSecondStartWithCookieCrashesWhenDebuggable()
162 mIsDebuggable = false; in testSecondStartWithCookieFailsNicelyWhenNotDebuggable()
221 mIsDebuggable = true; in secondStartCrashesWhenDebuggable()
234 mIsDebuggable = false; in secondStartFailsNicelyWhenNotDebuggable()
248 mIsDebuggable = true; in doesNotStartWithCookie()
257 mIsDebuggable = true; in cannotRestart()
[all …]
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DBiometricSchedulerOperation.java93 private final BooleanSupplier mIsDebuggable; field in BiometricSchedulerOperation
135 mIsDebuggable = isDebuggable; in BiometricSchedulerOperation()
190 if (mIsDebuggable.getAsBoolean()) { in start()
460 if (mIsDebuggable.getAsBoolean()) { in errorWhenOneOf()
472 if (mIsDebuggable.getAsBoolean()) { in errorWhenNoneOf()
/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
DTestSystemImpl.java39 private final boolean mIsDebuggable; field in TestSystemImpl
49 mIsDebuggable = isDebuggable; in TestSystemImpl()
121 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
DPluginManagerImpl.java57 private final boolean mIsDebuggable; field in PluginManagerImpl
71 mIsDebuggable = debuggable; in PluginManagerImpl()
80 return mIsDebuggable; in isDebuggable()
DPluginActionManager.java74 private final boolean mIsDebuggable; field in PluginActionManager
106 mIsDebuggable = debuggable; in PluginActionManager()
287 if (!mIsDebuggable && !isPluginPrivileged(component)) { in loadPluginComponent()