Searched refs:shouldIgnorePackage (Results 1 – 5 of 5) sorted by relevance
83 return !shouldIgnorePackage( in getAppFilter()155 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
198 if (!shouldIgnorePackage(packageName) && isAvailable) { in getEntries()295 private boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() method in AppStateAppOpsBridge