Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/debug/
DConsentedDebugConfigurationGeneratorFactoryTest.java68 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in test_setConsentedDebugConfiguration_success()
80 .getAllActiveConsentedDebugConfigurations( in test_setConsentedDebugConfiguration_success()
88 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testSetConsentedDebugConfiguration_doesNotPopulateWhenNoEntryInDatabase()
99 .getAllActiveConsentedDebugConfigurations( in testSetConsentedDebugConfiguration_doesNotPopulateWhenNoEntryInDatabase()
107 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testSetConsentedDebugConfiguration_doesNotPopulateWhenListIsNull()
118 .getAllActiveConsentedDebugConfigurations( in testSetConsentedDebugConfiguration_doesNotPopulateWhenListIsNull()
131 .getAllActiveConsentedDebugConfigurations( in testSetConsentedDebugConfiguration_doesNotPopulateWhenDisabled()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDaoTest.java77 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testGetAllActiveConsentedDebugConfigurations()
115 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
147 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testGetAllActiveConsentedDebugConfigurations_doesNotFetchExpiredEntries()
160 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testDeleteAllConsentedDebugConfigurations()
164 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testDeleteAllConsentedDebugConfigurations()
195 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testDeleteExistingConsentedDebugConfigurationsAndPersist()
200 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in testDeleteExistingConsentedDebugConfigurationsAndPersist()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java306 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in test_view_success()
320 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in test_viewConsentedDebug_noEntryInDb()
333 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in test_viewConsentedDebug_nullListFromDb()
347 .getAllActiveConsentedDebugConfigurations( in test_viewConsentedDebug_exceptionReadingDb()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDao.java60 public abstract List<DBConsentedDebugConfiguration> getAllActiveConsentedDebugConfigurations( in getAllActiveConsentedDebugConfigurations() method in ConsentedDebugConfigurationDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/debug/
DConsentedDebugConfigurationGeneratorFactory.java58 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in create()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java271 mConsentedDebugConfigurationDao.getAllActiveConsentedDebugConfigurations( in runViewSubCommand()