Home
last modified time | relevance | path

Searched defs:getAppList (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A DAppListViewModel.java40 public LiveData<List<AppEntry>> getAppList() { in getAppList() method in AppListViewModel
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
H A DRecentlyAccessedByUtils.java50 static List<App> getAppList(Context context, int[] appOps) { in getAppList() method in RecentlyAccessedByUtils
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java75 public List<Request> getAppList(boolean showSystemApps) { in getAppList() method in RecentLocationApps
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DRecentAppOpsAccess.java106 public List<Access> getAppList(boolean showSystemApps) { in getAppList() method in RecentAppOpsAccess