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.java202 private final ArrayMap<String, Integer> mNotificationAccessPackageToUserId = field in VrManagerService.NotificationAccessManager
214 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()