Searched refs:getAppList (Results 1 – 12 of 12) sorted by relevance
40 public LiveData<List<AppEntry>> getAppList() { in getAppList() method in AppListViewModel
202 appListViewModel.getAppList().observe(this, data -> mAppListAdapter.setData(data)); in onCreate()
74 public List<RecentLocationApps.Request> getAppList(boolean showSystemApps) { in getAppList() method in RecentLocationApps147 List<RecentLocationApps.Request> requests = getAppList(showSystemApps); in getAppListSorted()
66 public List<Request> getAppList(boolean showSystemApps) { in getAppList() method in RecentLocationAppsCompat139 List<Request> requests = getAppList(showSystemApps); in getAppListSorted()
50 public static List<App> getAppList(Context context, int[] appOps) { in getAppList() method in RecentlyAccessedByUtils
233 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup()
129 List<RecentlyAccessedByUtils.App> recentApps = RecentlyAccessedByUtils.getAppList( in addRecentAppsGroup()
103 new RecentLocationApps(mContext).getAppList(true); in onCreate()
82 fun getAppList(): Flow<List<AppItem>> { in getAppList() method
278 asLiveData(mAppGridViewModel.getAppList()).observe(this, in onCreate()
153 new RecentLocationApps(themedContext).getAppList(true); in onCreatePreferences()