Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastRecord.java1194 if (isMatchingKeyNull(newRecord) && isMatchingKeyNull(oldRecord) in matchesDeliveryGroup()
1204 private static boolean isMatchingKeyNull(@NonNull BroadcastRecord record) { in isMatchingKeyNull() method in BroadcastRecord