Searched refs:isTestOnly (Results 1 – 9 of 9) sorted by relevance
333 boolean isTestOnly(); in isTestOnly() method
495 boolean isTestOnly(); in isTestOnly() method
768 | flag(pkg.isTestOnly(), ApplicationInfo.FLAG_TEST_ONLY) in appInfoFlags()
2047 public boolean isTestOnly() {
457 !removed && (setting.pkg.isTestOnly() || setting.pkg.isDebuggable());
20479 if (parsedPackage.isTestOnly()) { in preparePackageLI()
3071 final boolean isTestOnly = in isCallerExemptFromReadableRestriction()3073 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
5032 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->isTestOnly()Z
5030 HSPLandroid/content/pm/parsing/ParsingPackageImpl;->isTestOnly()Z