Home
last modified time | relevance | path

Searched refs:getAppList (Results 1 – 9 of 9) 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
H A DLauncherActivity.java150 appListViewModel.getAppList().observe(this, data -> { in onCreate()
/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
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() method in RecentLocationApps
148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/location/
H A DRecentLocationAppsTest.java88 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldFilterRecentApps()
117 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldNotShowAndroidOS()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DRecentAppOpsAccessesTest.java123 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(false); in testGetAppList_shouldFilterRecentAccesses()
151 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(true); in testGetAppList_shouldNotShowAndroidOS()
/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
H A DSensorFragment.java136 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DLocationFragment.java153 new RecentLocationApps(themedContext).getAppList(true); in onCreatePreferences()