Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java79 List<String> getSourceAttributionScopes(@NonNull String sourceId) throws DatastoreException; in getSourceAttributionScopes() method
DMeasurementDao.java264 public List<String> getSourceAttributionScopes(@NonNull String sourceId) in getSourceAttributionScopes() method in MeasurementDao
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java394 measurementDao.getSourceAttributionScopes(source.getId())) in testInsertSource_attributionScopeEnabled_success()
427 measurementDao.getSourceAttributionScopes(source.getId())) in testInsertSource_attributionScopeDisabled_doesNotInsertAttributionScopeRelatedData()
10054 .getSourceAttributionScopes( in testUpdateSourcesForAttributionScope_scopesNotSelected_removesScopes()
10067 .getSourceAttributionScopes( in testUpdateSourcesForAttributionScope_scopesNotSelected_removesScopes()
10933 assertThat(dao.getSourceAttributionScopes(insertedSourceId.get())) in insertSourceForAttributionScope()