Searched refs:getGrantableUris (Results 1 – 3 of 3) sorted by relevance
1434 public @Nullable ArraySet<Uri> getGrantableUris() { in getGrantableUris() method in NotificationRecord
9809 final ArraySet<Uri> newUris = (newRecord != null) ? newRecord.getGrantableUris() : null;9810 final ArraySet<Uri> oldUris = (oldRecord != null) ? oldRecord.getGrantableUris() : null;
16247 PLcom/android/server/notification/NotificationRecord;->getGrantableUris()Landroid/util/ArraySet;