Home
last modified time | relevance | path

Searched defs:defaultConsent (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java230 public void recordDefaultConsent(boolean defaultConsent) throws IOException { in recordDefaultConsent()
244 public void recordTopicsDefaultConsent(boolean defaultConsent) throws IOException { in recordTopicsDefaultConsent()
259 public void recordFledgeDefaultConsent(boolean defaultConsent) throws IOException { in recordFledgeDefaultConsent()
274 public void recordMeasurementDefaultConsent(boolean defaultConsent) throws IOException { in recordMeasurementDefaultConsent()
353 Boolean defaultConsent = mDatastore.get(DEFAULT_CONSENT); in getDefaultConsent() local
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl120 void recordDefaultConsent(in boolean defaultConsent); in recordDefaultConsent()
125 void recordTopicsDefaultConsent(in boolean defaultConsent); in recordTopicsDefaultConsent()
130 void recordFledgeDefaultConsent(in boolean defaultConsent); in recordFledgeDefaultConsent()
135 void recordMeasurementDefaultConsent(in boolean defaultConsent); in recordMeasurementDefaultConsent()
DAdServicesManager.java349 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
359 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
369 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
379 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DUIStats.java97 public void setDefaultConsent(int defaultConsent) { in setDefaultConsent()
150 public @NonNull UIStats.Builder setDefaultConsent(int defaultConsent) { in setDefaultConsent()
DUiStatsLogger.java517 Boolean defaultConsent = ConsentManager.getInstance(context).getDefaultConsent(); in getDefaultConsent() local
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java380 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
396 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
412 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
428 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentManager.java1326 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
1366 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
1402 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
1438 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()