Searched refs:getAppList (Results 1 – 9 of 9) sorted by relevance
40 public LiveData<List<AppEntry>> getAppList() { in getAppList() method in AppListViewModel
150 appListViewModel.getAppList().observe(this, data -> { in onCreate()
106 public List<Access> getAppList(boolean showSystemApps) { in getAppList() method in RecentAppOpsAccess174 List<Access> accesses = getAppList(showSystemApps); in getAppListSorted()
75 public List<Request> getAppList(boolean showSystemApps) { in getAppList() method in RecentLocationApps148 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()
88 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldFilterRecentApps()117 List<RecentLocationApps.Request> requests = mRecentLocationApps.getAppList(true); in testGetAppList_shouldNotShowAndroidOS()
123 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(false); in testGetAppList_shouldFilterRecentAccesses()151 List<RecentAppOpsAccess.Access> requests = mRecentAppOpsAccess.getAppList(true); in testGetAppList_shouldNotShowAndroidOS()
50 static List<App> getAppList(Context context, int[] appOps) { in getAppList() method in RecentlyAccessedByUtils
136 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup()
153 new RecentLocationApps(themedContext).getAppList(true); in onCreatePreferences()