Searched refs:getIsConsentProvided (Results 1 – 4 of 4) sorted by relevance
87 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()
67 dbConsentedDebugConfiguration.getIsConsentProvided()) in create()
51 public abstract boolean getIsConsentProvided(); in getIsConsentProvided() method in DBConsentedDebugConfiguration
296 .put(JSON_IS_CONSENTED, consentedDebugConfiguration.getIsConsentProvided()) in convertToJson()