Searched refs:isPackageSelectedToRunOob (Results 1 – 3 of 3) sorted by relevance
708 public static boolean isPackageSelectedToRunOob(String packageName) { in isPackageSelectedToRunOob() method in DexManager709 return isPackageSelectedToRunOob(Arrays.asList(packageName)); in isPackageSelectedToRunOob()717 public static boolean isPackageSelectedToRunOob(Collection<String> packageNamesInSameProcess) { in isPackageSelectedToRunOob() method in DexManager742 if (pkg.isPrivileged() && isPackageSelectedToRunOob(pkg.packageName)) { in maybeLogUnexpectedPackageDetails()
500 if (info.isPrivilegedApp() && DexManager.isPackageSelectedToRunOob(info.packageName)) { in getRealCompilerFilter()
4324 DexManager.isPackageSelectedToRunOob(app.pkgList.keySet())) { in startProcessLocked()