Home
last modified time | relevance | path

Searched refs:getGrantableUris (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java1379 public @Nullable ArraySet<Uri> getGrantableUris() { in getGrantableUris() method in NotificationRecord
H A DNotificationManagerService.java9440 final ArraySet<Uri> newUris = (newRecord != null) ? newRecord.getGrantableUris() : null;
9441 final ArraySet<Uri> oldUris = (oldRecord != null) ? oldRecord.getGrantableUris() : null;
/aosp14/frameworks/base/services/
H A Dart-profile5246 HSPLcom/android/server/notification/NotificationRecord;->getGrantableUris()Landroid/util/ArraySet;