Searched refs:mIsDebuggable (Results 1 – 6 of 6) sorted by relevance
22 private boolean mIsDebuggable; field in ApplicationInfoBuilder41 mIsDebuggable = true; in debuggable()57 if (mIsDebuggable) { in build()
91 private boolean mIsDebuggable; field in BiometricSchedulerOperationTest96 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 …]
93 private final BooleanSupplier mIsDebuggable; field in BiometricSchedulerOperation135 mIsDebuggable = isDebuggable; in BiometricSchedulerOperation()190 if (mIsDebuggable.getAsBoolean()) { in start()460 if (mIsDebuggable.getAsBoolean()) { in errorWhenOneOf()472 if (mIsDebuggable.getAsBoolean()) { in errorWhenNoneOf()
39 private final boolean mIsDebuggable; field in TestSystemImpl49 mIsDebuggable = isDebuggable; in TestSystemImpl()121 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
57 private final boolean mIsDebuggable; field in PluginManagerImpl71 mIsDebuggable = debuggable; in PluginManagerImpl()80 return mIsDebuggable; in isDebuggable()
74 private final boolean mIsDebuggable; field in PluginActionManager106 mIsDebuggable = debuggable; in PluginActionManager()287 if (!mIsDebuggable && !isPluginPrivileged(component)) { in loadPluginComponent()