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

/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java202 private final ArrayMap<String, Integer> mNotificationAccessPackageToUserId = field in class:VrManagerService.NotificationAccessManager
214 final int listenerCount = mNotificationAccessPackageToUserId.size();
216 final int grantUserId = mNotificationAccessPackageToUserId.valueAt(i);
218 String packageName = mNotificationAccessPackageToUserId.keyAt(i);
221 mNotificationAccessPackageToUserId.removeAt(i);
229 mNotificationAccessPackageToUserId.remove(pkg);
236 mNotificationAccessPackageToUserId.put(pkg, currentUserId);

Completed in 366 milliseconds