Home | History | Annotate | Download | only in vr

Lines Matching refs:currentUserId

296             int currentUserId = ActivityManager.getCurrentUser();
298 ArraySet<String> allowed = mAllowedPackages.get(currentUserId);
307 if (grantUserId != currentUserId) {
318 revokeNotificationListenerAccess(pkg, currentUserId);
320 revokeCoarseLocationPermissionIfNeeded(pkg, currentUserId);
327 grantNotificationListenerAccess(pkg, currentUserId);
328 grantCoarseLocationPermissionIfNeeded(pkg, currentUserId);
329 mNotificationAccessPackageToUserId.put(pkg, currentUserId);
335 mAllowedPackages.put(currentUserId, allowed);