Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java145 .setIsGiven(mDatastore.get(getConsentApiTypeKey(consentApiType))) in getConsent()
160 getConsentApiTypeKey(consentParcel.getConsentApiType()), in setConsent()
165 getConsentApiTypeKey(ConsentParcel.TOPICS), consentParcel.isIsGiven()); in setConsent()
167 getConsentApiTypeKey(ConsentParcel.FLEDGE), consentParcel.isIsGiven()); in setConsent()
169 getConsentApiTypeKey(ConsentParcel.MEASUREMENT), consentParcel.isIsGiven()); in setConsent()
173 getConsentApiTypeKey(ConsentParcel.TOPICS), /* defaultValue */ in setConsent()
176 getConsentApiTypeKey(ConsentParcel.FLEDGE), /* defaultValue */ in setConsent()
179 getConsentApiTypeKey(ConsentParcel.MEASUREMENT), /* defaultValue */ in setConsent()
181 mDatastore.put(getConsentApiTypeKey(ConsentParcel.ALL_API), true); in setConsent()
183 mDatastore.put(getConsentApiTypeKey(ConsentParcel.ALL_API), false); in setConsent()
[all …]