Home
last modified time | relevance | path

Searched refs:ConsentApiType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/framework/java/android/app/adservices/consent/
DConsentParcel.java40 public @interface ConsentApiType {} annotation in ConsentParcel
58 @ConsentApiType private final int mConsentApiType;
95 @ConsentApiType
106 public static ConsentParcel createRevokedConsent(@ConsentApiType int consentApiType) { in createRevokedConsent()
114 public static ConsentParcel createGivenConsent(@ConsentApiType int consentApiType) { in createGivenConsent()
123 @ConsentApiType private int mConsentApiType = UNKNOWN;
129 public @NonNull Builder setConsentApiType(@ConsentApiType int consentApiType) { in setConsentApiType()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java138 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
446 String getConsentApiTypeKey(@ConsentParcel.ConsentApiType int consentApiType) { in getConsentApiTypeKey()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DAdServicesManager.java93 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManager.java1751 @ConsentParcel.ConsentApiType int consentApiType,
1765 @ConsentParcel.ConsentApiType int consentApiType) {
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java234 public ConsentParcel getConsent(@ConsentParcel.ConsentApiType int consentApiType) { in getConsent()
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerV2Test.java3517 @ConsentParcel.ConsentApiType int consentApiType) in getSpiedConsentManagerForConsentPerApiTesting()
DConsentManagerTest.java3801 @ConsentParcel.ConsentApiType int consentApiType) in getSpiedConsentManagerForConsentPerApiTesting()