Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java505 String matchingDestination = null; in refreshFromContacts() local
544 matchingDestination = matchingContactCursor.getString( in refreshFromContacts()
573 final boolean isDestinationChanged = !TextUtils.equals(matchingDestination, in refreshFromContacts()
583 participantData.setContactDestination(matchingDestination); in refreshFromContacts()
586 participantData.setSendDestination(matchingDestination); in refreshFromContacts()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java8408 Uri matchingDestination = APP_ONE_DESTINATION; in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly() local
8420 .setAttributionDestination(matchingDestination) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8436 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8464 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8470 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8484 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8507 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8523 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8530 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
8546 .setAppDestinations(List.of(matchingDestination)) in fetchTriggerMatchingSourcesForXna_filtersSourcesCorrectly()
[all …]