Searched refs:shouldIgnorePackage (Results 1 – 6 of 6) sorted by relevance
80 return !shouldIgnorePackage(getContext(), entry.info.packageName) in getAppFilter()146 static boolean shouldIgnorePackage(Context context, String packageName) {
57 return !ManageAppOp.shouldIgnorePackage(getContext(),
65 return !ManageAppOp.shouldIgnorePackage(
103 if (shouldIgnorePackage(packageInfo) || !isAvailable) { in getPackageToStateMapsByProfileId()126 private boolean shouldIgnorePackage(PackageInfo packageInfo) { in shouldIgnorePackage() method in AppStateAppOpsBridge
182 if (!shouldIgnorePackage(packageName) && isAvailable) { in getEntries()275 private boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() method in AppStateAppOpsBridge