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