Searched defs:oldRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5515 @Nullable NotificationRecord oldRecord, String targetPkg, int targetUserId) {
5516 final String key = (newRecord != null) ? newRecord.getKey() : oldRecord.getKey();
5520 final ArraySet<Uri> oldUris = (oldRecord != null) ? oldRecord.getGrantableUris() : null;
5532 if (oldRecord != null && permissionOwner == null) {
5533 permissionOwner = oldRecord.permissionOwner;
5552 UserHandle.getUserId(oldRecord.getUid()));
5579 revokeUriPermission(permissionOwner, uri, oldRecord.getUid());
5514 updateUriPermissions(@ullable NotificationRecord newRecord, @Nullable NotificationRecord oldRecord, String targetPkg, int targetUserId) argument

Completed in 57 milliseconds