Searched refs:failedPackages (Results 1 – 2 of 2) sorted by relevance
101 String[] failedPackages = mPackageManager.setPackagesSuspendedByAdmin( in suspendWithExemption() local103 if (failedPackages == null) { in suspendWithExemption()107 result.addAll(Arrays.asList(failedPackages)); in suspendWithExemption()148 String[] failedPackages = mPackageManager.setPackagesSuspendedByAdmin( in unsuspendWithExemption() local150 if (failedPackages == null) { in unsuspendWithExemption()153 return new ArraySet<>(failedPackages); in unsuspendWithExemption()
999 Set<MonitoredPackage> failedPackages = in pruneObserversLocked() local1001 if (!failedPackages.isEmpty()) { in pruneObserversLocked()1002 onHealthCheckFailed(observer, failedPackages); in pruneObserversLocked()1013 Set<MonitoredPackage> failedPackages) { in onHealthCheckFailed() argument1018 Iterator<MonitoredPackage> it = failedPackages.iterator(); in onHealthCheckFailed()1336 Set<MonitoredPackage> failedPackages = new ArraySet<>(); in prunePackagesLocked() local1345 failedPackages.add(p); in prunePackagesLocked()1351 return failedPackages; in prunePackagesLocked()