Searched refs:updatedUserIds (Results 1 – 3 of 3) sorted by relevance
899 int[] updatedUserIds = EMPTY_INT_ARRAY; in restorePermissionState() local915 updatedUserIds = revokeUnusedSharedUserPermissionsLocked( in restorePermissionState()917 if (!ArrayUtils.isEmpty(updatedUserIds)) { in restorePermissionState()1074 updatedUserIds = ArrayUtils.appendInt( in restorePermissionState()1075 updatedUserIds, userId); in restorePermissionState()1196 updatedUserIds = ArrayUtils.appendInt(updatedUserIds, userId); in restorePermissionState()1318 updatedUserIds = ArrayUtils.appendInt(updatedUserIds, userId); in restorePermissionState()1373 updatedUserIds = revokePermissionsNoLongerImplicitLocked(permissionsState, pkg, in restorePermissionState()1374 updatedUserIds); in restorePermissionState()1375 updatedUserIds = setInitialGrantForNewImplicitPermissionsLocked(origPermissions, in restorePermissionState()[all …]
59 public void onPermissionUpdated(int[] updatedUserIds, boolean sync) { in onPermissionUpdated() argument
1850 public void onPermissionUpdated(int[] updatedUserIds, boolean sync) {1852 for (int userId : updatedUserIds) {19305 public void onPermissionUpdated(int[] updatedUserIds, boolean sync) {19306 for (int userId : updatedUserIds) {