Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesApiType.java41 public int toConsentApiType() { in toConsentApiType() method in AdServicesApiType
DAdServicesStorageManager.java127 int consentApiType = apiType.toConsentApiType(); in getConsent()
291 .setConsentApiType(apiType.toConsentApiType()) in setConsent()
DConsentManager.java527 .getConsent(apiType.toConsentApiType()) in getConsent()
1976 mAdServicesManager, apiType.toConsentApiType()),
1994 mAdServicesManager, apiType.toConsentApiType(), isGiven),
2148 adServicesManager, AdServicesApiType.TOPICS.toConsentApiType(), topicsConsented);
2153 adServicesManager, AdServicesApiType.FLEDGE.toConsentApiType(), fledgeConsented);
2160 AdServicesApiType.MEASUREMENTS.toConsentApiType(),
DAdExtDataConsentMigrationUtils.java194 AdServicesApiType.MEASUREMENTS.toConsentApiType(), in migrateAdExtData()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerTest.java469 eq(AdServicesApiType.MEASUREMENTS.toConsentApiType()), in testConsentManagerPreApi_LazyEnable()
493 eq(AdServicesApiType.MEASUREMENTS.toConsentApiType()), in testConsentManagerPreApi_LazyDisabled()
3182 isGiven, consentSourceOfTruth, AdServicesApiType.TOPICS.toConsentApiType()); in testConsentPerApiIsGivenAfterEnabling_SystemServerOnly()
3191 eq(AdServicesApiType.TOPICS.toConsentApiType()), in testConsentPerApiIsGivenAfterEnabling_SystemServerOnly()
3206 isGiven, consentSourceOfTruth, AdServicesApiType.TOPICS.toConsentApiType()); in testConsentPerApiIsGivenAfterEnabling_PpApiAndSystemServer()
3215 eq(AdServicesApiType.TOPICS.toConsentApiType()), in testConsentPerApiIsGivenAfterEnabling_PpApiAndSystemServer()
3297 isGiven, consentSourceOfTruth, AdServicesApiType.FLEDGE.toConsentApiType()); in testFledgeConsentIsEnabled_userProfileIdIsClearedThanRecreated()
3314 isGiven, consentSourceOfTruth, AdServicesApiType.FLEDGE.toConsentApiType()); in testFledgeConsentIsDisabled_userProfileIdIsCleared()
DConsentManagerV2Test.java3110 isGiven, consentSourceOfTruth, AdServicesApiType.TOPICS.toConsentApiType()); in testConsentPerApiIsGivenAfterEnabling_SystemServerOnly()
3130 isGiven, consentSourceOfTruth, AdServicesApiType.TOPICS.toConsentApiType()); in testConsentPerApiIsGivenAfterEnabling_PpApiAndSystemServer()
3228 isGiven, consentSourceOfTruth, AdServicesApiType.FLEDGE.toConsentApiType()); in testFledgeConsentIsEnabled_userProfileIdIsClearedThanRecreated()
3246 isGiven, consentSourceOfTruth, AdServicesApiType.FLEDGE.toConsentApiType()); in testFledgeConsentIsDisabled_userProfileIdIsCleared()