Home | History | Annotate | Download | only in allapps

Lines Matching defs:mApps

145     private final List<AppInfo> mApps = new ArrayList<>();
200 return mApps;
312 mApps.clear();
313 mApps.addAll(mComponentToAppMap.values());
314 Collections.sort(mApps, mAppNameComparator.getAppInfoComparator());
325 for (AppInfo info : mApps) {
339 List<AppInfo> allApps = new ArrayList<>(mApps.size());
344 mApps.clear();
345 mApps.addAll(allApps);
348 for (AppInfo info : mApps) {
360 * mCachedSectionNames to have been calculated for the set of all apps in mApps.
376 if (mPredictedAppComponents.isEmpty() && !mApps.isEmpty()) {
377 mPredictedAppComponents.add(new ComponentKey(mApps.get(0).componentName,
379 mPredictedAppComponents.add(new ComponentKey(mApps.get(0).componentName,
381 mPredictedAppComponents.add(new ComponentKey(mApps.get(0).componentName,
383 mPredictedAppComponents.add(new ComponentKey(mApps.get(0).componentName,
510 return mApps;