Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DConsentedDebugConfigurationDaoTest.java87 assertThat(actualConsentedDebugConfiguration.getIsConsentProvided()) in testGetAllActiveConsentedDebugConfigurations()
88 .isEqualTo(DB_CONSENTED_DEBUG_CONFIGURATION.getIsConsentProvided()); in testGetAllActiveConsentedDebugConfigurations()
125 assertThat(actualConsentedDebugConfiguration.getIsConsentProvided()) in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
126 .isEqualTo(dbConsentedDebugConfigurationCreatedOneHourLater.getIsConsentProvided()); in testGetAllActiveConsentedDebugConfigurations_fetchesRecentlyCreated()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/debug/
DConsentedDebugConfigurationGeneratorFactory.java67 dbConsentedDebugConfiguration.getIsConsentProvided()) in create()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBConsentedDebugConfiguration.java51 public abstract boolean getIsConsentProvided(); in getIsConsentProvided() method in DBConsentedDebugConfiguration
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/shell/adselection/
DConsentedDebugShellCommand.java296 .put(JSON_IS_CONSENTED, consentedDebugConfiguration.getIsConsentProvided()) in convertToJson()