Searched refs:getDeliveryGroupMatchingKeyFragment (Results 1 – 2 of 2) sorted by relevance
1206 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 BroadcastRecord1234 ? null : record.options.getDeliveryGroupMatchingKeyFragment(); in getDeliveryGroupMatchingKeyFragment()
897 public String getDeliveryGroupMatchingKeyFragment() { in getDeliveryGroupMatchingKeyFragment() method in BroadcastOptions