Searched refs:mIsDebuggable (Results 1 – 7 of 7) sorted by relevance
91 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 …]
22 private boolean mIsDebuggable; field in ApplicationInfoBuilder41 mIsDebuggable = true; in debuggable()57 if (mIsDebuggable) { in build()
92 private final BooleanSupplier mIsDebuggable; field in BiometricSchedulerOperation134 mIsDebuggable = isDebuggable; in BiometricSchedulerOperation()181 if (mIsDebuggable.getAsBoolean()) { in start()446 if (mIsDebuggable.getAsBoolean()) { in errorWhenOneOf()458 if (mIsDebuggable.getAsBoolean()) { in errorWhenNoneOf()
38 private final boolean mIsDebuggable; field in TestSystemImpl48 mIsDebuggable = isDebuggable; in TestSystemImpl()96 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()
932 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo938 mIsDebuggable = isDebuggable; in PackageAssociationInfo()946 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()950 return mIsDebuggable; in isDebuggable()954 mIsDebuggable = isDebuggable; in setDebuggable()