Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/vr/
DVrManagerService.java450 private final ArrayMap<String, Integer> mNotificationAccessPackageToUserId = field in VrManagerService.NotificationAccessManager
462 final int listenerCount = mNotificationAccessPackageToUserId.size(); in update()
464 final int grantUserId = mNotificationAccessPackageToUserId.valueAt(i); in update()
466 String packageName = mNotificationAccessPackageToUserId.keyAt(i); in update()
470 mNotificationAccessPackageToUserId.removeAt(i); in update()
479 mNotificationAccessPackageToUserId.remove(pkg); in update()
487 mNotificationAccessPackageToUserId.put(pkg, currentUserId); in update()