Home
last modified time | relevance | path

Searched refs:shouldIgnorePackage (Results 1 – 6 of 6) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
DManageAppOp.java80 return !shouldIgnorePackage(getContext(), entry.info.packageName) in getAppFilter()
146 static boolean shouldIgnorePackage(Context context, String packageName) {
DHighPower.java57 return !ManageAppOp.shouldIgnorePackage(getContext(),
DPictureInPicture.java65 return !ManageAppOp.shouldIgnorePackage(
/packages/apps/Car/Settings/src/com/android/car/settings/applications/specialaccess/
DAppStateAppOpsBridge.java103 if (shouldIgnorePackage(packageInfo) || !isAvailable) { in getPackageToStateMapsByProfileId()
126 private boolean shouldIgnorePackage(PackageInfo packageInfo) { in shouldIgnorePackage() method in AppStateAppOpsBridge
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateAppOpsBridge.java182 if (!shouldIgnorePackage(packageName) && isAvailable) { in getEntries()
275 private boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() method in AppStateAppOpsBridge
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java182 if (!shouldIgnorePackage(packageName) && isAvailable) { in getEntries()
275 private boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() method in AppStateAppOpsBridge