Searched refs:toConsentApiType (Results 1 – 6 of 6) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/ |
D | AdServicesApiType.java | 41 public int toConsentApiType() { in toConsentApiType() method in AdServicesApiType
|
D | AdServicesStorageManager.java | 127 int consentApiType = apiType.toConsentApiType(); in getConsent() 291 .setConsentApiType(apiType.toConsentApiType()) in setConsent()
|
D | ConsentManager.java | 527 .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(),
|
D | AdExtDataConsentMigrationUtils.java | 194 AdServicesApiType.MEASUREMENTS.toConsentApiType(), in migrateAdExtData()
|
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/ |
D | ConsentManagerTest.java | 469 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()
|
D | ConsentManagerV2Test.java | 3110 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()
|