Searched refs:getApps (Results 1 – 10 of 10) sorted by relevance
140 mApps = appsView.getApps(); in initialize()143 new DefaultAppSearchAlgorithm(mApps.getApps()), this, mLauncher, this); in initialize()
131 if (mPermissionApps.getApps() != null) { in setShowSystemAppsToggle()210 permissionApps.getApps()); in onPermissionsLoaded()
181 public List<AppInfo> getApps() { in getApps() method in AlphabeticalAppsList248 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()
55 public Collection<AppInfo> getApps() { in getApps() method in AllAppsStore
167 for (AppInfo app : mAllAppsStore.getApps()) { in onAppsUpdated()447 public AlphabeticalAppsList getApps() { in getApps() method in AllAppsContainerView
92 public AlphabeticalAppsList getApps() { in getApps() method in AllAppsRecyclerView
124 if (mPermissionApps.getApps() != null) { in onOptionsItemSelected()185 for (PermissionApp app : permissionApps.getApps()) { in onPermissionsLoaded()
174 if (mPermissionApps.getApps() != null) { in onOptionsItemSelected()263 ArrayList<PermissionApp> sortedApps = new ArrayList<>(permissionApps.getApps()); in onPermissionsLoaded()
282 if (getAppsStore().getApps().isEmpty()) { in processPredictedAppComponents()
152 public List<PermissionApp> getApps() { in getApps() method in PermissionApps