Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/permission/service/
DLocationAccessCheck.java263 UserPackage userPkg = packages.valueAt(i); in safeAlreadyNotifiedPackagesLocked() local
265 writer.append(userPkg.pkg); in safeAlreadyNotifiedPackagesLocked()
268 Long.valueOf(mUserManager.getSerialNumberForUser(userPkg.user)).toString()); in safeAlreadyNotifiedPackagesLocked()
453 UserPackage userPkg = new UserPackage(mContext, pkg, user); in getLocationUsersWithNoNotificationYetLocked() local
455 AppPermissionGroup bgLocationGroup = userPkg.getBackgroundLocationGroup(); in getLocationUsersWithNoNotificationYetLocked()
475 if (userPkg.getLocationGroup().hasGrantedByDefaultPermission() in getLocationUsersWithNoNotificationYetLocked()
502 pkgsWithLocationAccess.add(userPkg); in getLocationUsersWithNoNotificationYetLocked()
681 for (UserPackage userPkg : alreadyNotifiedPkgs) { in resetAlreadyNotifiedPackagesWithoutPermissionLocked()
684 AppPermissionGroup bgLocationGroup = userPkg.getBackgroundLocationGroup(); in resetAlreadyNotifiedPackagesWithoutPermissionLocked()
686 packagesToRemove.add(userPkg); in resetAlreadyNotifiedPackagesWithoutPermissionLocked()