Home
last modified time | relevance | path

Searched refs:getDeliveryGroupMatchingKeyFragment (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java1206 final String key = getDeliveryGroupMatchingKeyFragment(record); in isMatchingKeyNull()
1219 final String newKeyFragment = getDeliveryGroupMatchingKeyFragment(newRecord); in areMatchingKeysEqual()
1220 final String oldKeyFragment = getDeliveryGroupMatchingKeyFragment(oldRecord); in areMatchingKeysEqual()
1232 private static String getDeliveryGroupMatchingKeyFragment(@NonNull BroadcastRecord record) { in getDeliveryGroupMatchingKeyFragment() method in BroadcastRecord
1234 ? null : record.options.getDeliveryGroupMatchingKeyFragment(); in getDeliveryGroupMatchingKeyFragment()
/aosp14/frameworks/base/core/java/android/app/
H A DBroadcastOptions.java897 public String getDeliveryGroupMatchingKeyFragment() { in getDeliveryGroupMatchingKeyFragment() method in BroadcastOptions