Searched refs:mIsDebuggable (Results 1 – 4 of 4) 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()
74 private final boolean mIsDebuggable; field in PluginManagerImpl94 mIsDebuggable = debuggable; in PluginManagerImpl()113 return mIsDebuggable; in isDebuggable()304 if (!mIsDebuggable && !isPluginPackageWhitelisted(appInfo.packageName)) { in getClassLoader()
789 private boolean mIsDebuggable; field in ActivityManagerService.PackageAssociationInfo795 mIsDebuggable = isDebuggable; in PackageAssociationInfo()803 return mIsDebuggable || mAllowedPackageAssociations.contains(targetPackage); in isPackageAssociationAllowed()807 return mIsDebuggable; in isDebuggable()811 mIsDebuggable = isDebuggable; in setDebuggable()