Searched refs:mAllApps (Results 1 – 4 of 4) 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()
27 private ImmutableList<APP> mAllApps; field in AppList35 return mAllApps; in getAllApps()77 result.mAllApps = ImmutableList.copyOf(allApps); in build()
103 private final Set<Integer> mAllApps = new HashSet<>(); field in PermissionMonitor169 mAllApps.add(UserHandle.getAppId(uid)); in startMonitoring()406 mAllApps.add(UserHandle.getAppId(uid)); in onPackageAdded()430 mAllApps.remove(UserHandle.getAppId(uid)); in onPackageRemoved()501 final Set<Integer> changedUids = intersectUids(rangesToAdd, mAllApps); in onVpnUidRangesAdded()522 final Set<Integer> changedUids = intersectUids(rangesToRemove, mAllApps); in onVpnUidRangesRemoved()
77 private final boolean mAllApps; field in PerformAdbBackupTask102 mAllApps = doAllApps; in PerformAdbBackupTask()240 if (mAllApps) { in run()