HomeSort by relevance Sort by last modified time
    Searched refs:mAllApps (Results 1 - 2 of 2) 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);
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 48 milliseconds