Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java170 if (!shouldIgnorePackage(packageName) && isAvailable) { in getEntries()
258 private boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() method in AppStateAppOpsBridge