Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDaoTest.java85 assertThat(actualConsentedDebugConfiguration.getDebugToken()) in testGetAllActiveConsentedDebugConfigurations()
86 .isEqualTo(DB_CONSENTED_DEBUG_CONFIGURATION.getDebugToken()); in testGetAllActiveConsentedDebugConfigurations()
123 assertThat(actualConsentedDebugConfiguration.getDebugToken()) in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
124 .isEqualTo(dbConsentedDebugConfigurationCreatedOneHourLater.getDebugToken()); in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
206 assertThat(dbConsentedDebugConfigurationsBeforeDelete.get(0).getDebugToken()) in testDeleteExistingConsentedDebugConfigurationsAndPersist()
207 .isEqualTo(dbConsentedDebugConfigurationBeforeDelete.getDebugToken()); in testDeleteExistingConsentedDebugConfigurationsAndPersist()
212 assertThat(dbConsentedDebugConfigurationsAfterDelete.get(0).getDebugToken()) in testDeleteExistingConsentedDebugConfigurationsAndPersist()
213 .isEqualTo(dbConsentedDebugConfigurationAfterDelete.getDebugToken()); in testDeleteExistingConsentedDebugConfigurationsAndPersist()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/debug/
DConsentedDebugConfigurationGeneratorFactory.java68 .setToken(dbConsentedDebugConfiguration.getDebugToken()) in create()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBConsentedDebugConfiguration.java57 public abstract String getDebugToken(); in getDebugToken() method in DBConsentedDebugConfiguration
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java297 .put(JSON_DEBUG_TOKEN, consentedDebugConfiguration.getDebugToken()) in convertToJson()