Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java106 public List<Access> getAppList(boolean showSystemApps) { in getAppList() argument
132 if (!showSystemApps) { in getAppList()
173 public List<Access> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument
174 List<Access> accesses = getAppList(showSystemApps); in getAppListSorted()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java75 public List<Request> getAppList(boolean showSystemApps) { in getAppList() argument
108 if (!showSystemApps) { in getAppList()
147 public List<Request> getAppListSorted(boolean showSystemApps) { in getAppListSorted() argument
148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()