Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommandTest.java103 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_success()
110 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_success()
118 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_defaultExpiry()
125 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_defaultExpiry()
142 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_emptyDebugToken()
161 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_invalidDebugTokenLength()
180 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_invalidExpiry()
199 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_expiryGreaterThan30Days()
218 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_invalidArgs()
226 .deleteExistingConsentedDebugConfigurationsAndPersist( in test_enableConsentedDebugging_persistConfigFail()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDaoTest.java192 mConsentedDebugConfigurationDao.deleteExistingConsentedDebugConfigurationsAndPersist( in testDeleteExistingConsentedDebugConfigurationsAndPersist()
197 mConsentedDebugConfigurationDao.deleteExistingConsentedDebugConfigurationsAndPersist( in testDeleteExistingConsentedDebugConfigurationsAndPersist()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDao.java75 public void deleteExistingConsentedDebugConfigurationsAndPersist( in deleteExistingConsentedDebugConfigurationsAndPersist() method in ConsentedDebugConfigurationDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java229 mConsentedDebugConfigurationDao.deleteExistingConsentedDebugConfigurationsAndPersist( in runEnableSubCommand()