Searched refs:mNotificationAccessPackageToUserId (Results 1 – 1 of 1) sorted by relevance
202 private final ArrayMap<String, Integer> mNotificationAccessPackageToUserId = field in VrManagerService.NotificationAccessManager214 final int listenerCount = mNotificationAccessPackageToUserId.size(); in update()216 final int grantUserId = mNotificationAccessPackageToUserId.valueAt(i); in update()218 String packageName = mNotificationAccessPackageToUserId.keyAt(i); in update()221 mNotificationAccessPackageToUserId.removeAt(i); in update()229 mNotificationAccessPackageToUserId.remove(pkg); in update()236 mNotificationAccessPackageToUserId.put(pkg, currentUserId); in update()