Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DBroadcastRecord.java1050 final IntentFilter newMatchingFilter = getDeliveryGroupMatchingFilter(newRecord); in matchesDeliveryGroup()
1097 private static IntentFilter getDeliveryGroupMatchingFilter(@NonNull BroadcastRecord record) { in getDeliveryGroupMatchingFilter() method in BroadcastRecord
1098 return record.options == null ? null : record.options.getDeliveryGroupMatchingFilter(); in getDeliveryGroupMatchingFilter()
/frameworks/base/core/java/android/app/
DBroadcastOptions.java941 public IntentFilter getDeliveryGroupMatchingFilter() { in getDeliveryGroupMatchingFilter() method in BroadcastOptions
/frameworks/base/services/
Dart-wear-profile5925 HPLcom/android/server/am/BroadcastRecord;->getDeliveryGroupMatchingFilter(Lcom/android/server/am/Br…