Searched refs:mIsDebuggable (Results 1 – 5 of 5) sorted by relevance
22 private boolean mIsDebuggable; field in ApplicationInfoBuilder41 mIsDebuggable = true; in debuggable()57 if (mIsDebuggable) { in build()
38 private final boolean mIsDebuggable; field in TestSystemImpl48 mIsDebuggable = isDebuggable; in TestSystemImpl()96 public boolean systemIsDebuggable() { return mIsDebuggable; } in systemIsDebuggable()
56 private final boolean mIsDebuggable; field in PluginManagerImpl70 mIsDebuggable = debuggable; in PluginManagerImpl()81 return mIsDebuggable; in isDebuggable()
73 private final boolean mIsDebuggable; field in PluginActionManager105 mIsDebuggable = debuggable; in PluginActionManager()285 if (!mIsDebuggable && !isPluginPrivileged(component)) { in loadPluginComponent()
792 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo798 mIsDebuggable = isDebuggable; in PackageAssociationInfo()806 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()810 return mIsDebuggable; in isDebuggable()814 mIsDebuggable = isDebuggable; in setDebuggable()