Home
last modified time | relevance | path

Searched refs:packageToNotifyFor (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java478 UserPackage packageToNotifyFor = null; in addLocationNotificationIfNeeded() local
489 packageToNotifyFor = pkg; in addLocationNotificationIfNeeded()
494 if (packageToNotifyFor == null) { in addLocationNotificationIfNeeded()
495 packageToNotifyFor = packages.get(mRandom.nextInt(packages.size())); in addLocationNotificationIfNeeded()
499 pkgInfo = packageToNotifyFor.getPackageInfo(); in addLocationNotificationIfNeeded()
501 packages.remove(packageToNotifyFor); in addLocationNotificationIfNeeded()