Searched refs:isTestOnly (Results 1 – 10 of 10) sorted by relevance
63 String path, ClassLoader parent, boolean isTestOnly) { in getOrCreateClassLoader() argument68 if (!allowClassLoaderCreation(path, isTestOnly)) { in getOrCreateClassLoader()81 private static boolean allowClassLoaderCreation(String path, boolean isTestOnly) { in allowClassLoaderCreation() argument87 if (isTestOnly) { in allowClassLoaderCreation()
47 | flag(pkg.isTestOnly(), ApplicationInfo.FLAG_TEST_ONLY) in appInfoFlags()
644 boolean isTestOnly(); in isTestOnly() method
261 AndroidPackage::isTestOnly, in <lambda>()
171 method public boolean isTestOnly();
400 && !removed && (setting.getPkg().isTestOnly() in updatePackageState()
1276 if (!bypassLowTargetSdkBlock && parsedPackage.isTestOnly()) { in preparePackageLI()1322 if (parsedPackage.isTestOnly()) { in preparePackageLI()
951 | flag(pkg.isTestOnly(), ApplicationInfo.FLAG_TEST_ONLY) in appInfoFlags()
3696 final boolean isTestOnly = in isCallerExemptFromReadableRestriction()3698 return isTestOnly || applicationInfo.isSystemApp() || applicationInfo.isPrivilegedApp() in isCallerExemptFromReadableRestriction()
1821 public boolean isTestOnly() { in isTestOnly() method in PackageImpl