Home
last modified time | relevance | path

Searched defs:consentApiType (Results 1 – 9 of 9) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/app/adservices/consent/
DConsentParcel.java106 public static ConsentParcel createRevokedConsent(@ConsentApiType int consentApiType) { in createRevokedConsent()
114 public static ConsentParcel createGivenConsent(@ConsentApiType int consentApiType) { in createGivenConsent()
129 public @NonNull Builder setConsentApiType(@ConsentApiType int consentApiType) { in setConsentApiType()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java149 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
167 public ConsentParcel getConsentNullable(@ConsentParcel.ConsentApiType int consentApiType) { in getConsentNullable()
543 String getConsentApiTypeKey(@ConsentParcel.ConsentApiType int consentApiType) { in getConsentApiTypeKey()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl31 ConsentParcel getConsent(in int consentApiType); in getConsent()
34 ConsentParcel getConsentNullable(in int consentApiType); in getConsentNullable()
DAdServicesManager.java132 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
142 public ConsentParcel getConsentNullable(@ConsentParcel.ConsentApiType int consentApiType) { in getConsentNullable()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java266 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
277 public ConsentParcel getConsentNullable(@ConsentParcel.ConsentApiType int consentApiType) { in getConsentNullable()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DAdServicesStorageManager.java127 int consentApiType = apiType.toConsentApiType(); in getConsent() local
DConsentManager.java1762 @ConsentParcel.ConsentApiType int consentApiType, in setPerApiConsentToSystemServer()
1775 AdServicesManager adServicesManager, @ConsentParcel.ConsentApiType int consentApiType) { in getPerApiConsentFromSystemServer()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3364 @ConsentParcel.ConsentApiType int consentApiType) in getSpiedConsentManagerForConsentPerApiTesting()
DConsentManagerTest.java3629 @ConsentParcel.ConsentApiType int consentApiType) in getSpiedConsentManagerForConsentPerApiTesting()