Searched refs:mAllApps (Results 1 – 2 of 2) sorted by relevance
60 private List<ApplicationInfo> mAllApps; field in AppsQueryHelper82 if (mAllApps == null) { in queryApps()83 mAllApps = getAllApps(user.getIdentifier()); in queryApps()88 final int allAppsSize = mAllApps.size(); in queryApps()90 final ApplicationInfo appInfo = mAllApps.get(i); in queryApps()109 final int allAppsSize = mAllApps.size(); in queryApps()111 final ApplicationInfo appInfo = mAllApps.get(i); in queryApps()153 final int allAppsSize = mAllApps.size(); in queryApps()155 final ApplicationInfo appInfo = mAllApps.get(i); in queryApps()
3991 boolean mAllApps; field in BackupManagerService.PerformAdbBackupTask4011 mAllApps = doAllApps; in PerformAdbBackupTask()4138 if (mAllApps) { in run()