Searched refs:alreadyNotifiedPkgs (Results 1 – 1 of 1) sorted by relevance
508 ArraySet<UserPackage> alreadyNotifiedPkgs = loadAlreadyNotifiedPackagesLocked(); in getLocationUsersWithNoNotificationYetLocked() local511 resetAlreadyNotifiedPackagesWithoutPermissionLocked(alreadyNotifiedPkgs); in getLocationUsersWithNoNotificationYetLocked()513 pkgsWithLocationAccess.removeAll(alreadyNotifiedPkgs); in getLocationUsersWithNoNotificationYetLocked()678 @NonNull ArraySet<UserPackage> alreadyNotifiedPkgs) throws InterruptedException { in resetAlreadyNotifiedPackagesWithoutPermissionLocked()681 for (UserPackage userPkg : alreadyNotifiedPkgs) { in resetAlreadyNotifiedPackagesWithoutPermissionLocked()691 alreadyNotifiedPkgs.removeAll(packagesToRemove); in resetAlreadyNotifiedPackagesWithoutPermissionLocked()692 safeAlreadyNotifiedPackagesLocked(alreadyNotifiedPkgs); in resetAlreadyNotifiedPackagesWithoutPermissionLocked()