HomeSort by relevance Sort by last modified time
    Searched refs:mAllApps (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/content/pm/
AppsQueryHelper.java 60 private List<ApplicationInfo> mAllApps;
82 if (mAllApps == null) {
83 mAllApps = getAllApps(user.getIdentifier());
88 final int allAppsSize = mAllApps.size();
90 final ApplicationInfo appInfo = mAllApps.get(i);
109 final int allAppsSize = mAllApps.size();
111 final ApplicationInfo appInfo = mAllApps.get(i);
153 final int allAppsSize = mAllApps.size();
155 final ApplicationInfo appInfo = mAllApps.get(i);
  /packages/apps/Car/Launcher/src/com/android/car/carlauncher/
SearchResultAdapter.java 40 private List<AppMetaData> mAllApps;
56 mAllApps = apps;
100 for (int i = 0; i < mAllApps.size(); i++) {
101 AppMetaData app = mAllApps.get(i);
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
PerformAdbBackupTask.java 79 boolean mAllApps;
104 mAllApps = doAllApps;
242 if (mAllApps) {

Completed in 311 milliseconds