Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java5408 Function<Trigger, List<Source>> getMatchingSources = in testGetMatchingActiveSources_multipleDestinations() local
5429 List<Source> result = getMatchingSources.apply(triggerMatchSourceWeb2); in testGetMatchingActiveSources_multipleDestinations()
5475 List<Source> matchingSources0 = getMatchingSources(trigger0); in testGetMatchingActiveSources_attributionScopeEnabled_populateScopes()
5494 List<Source> matchingSources1 = getMatchingSources(trigger1); in testGetMatchingActiveSources_attributionScopeEnabled_populateScopes()
5512 List<Source> matchingSources2 = getMatchingSources(trigger2); in testGetMatchingActiveSources_attributionScopeEnabled_populateScopes()
15091 private List<Source> getMatchingSources(Trigger trigger) { in getMatchingSources() method in MeasurementDaoTest