Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DIConsentStorage.java324 void recordDefaultConsent(boolean defaultConsent) throws IOException; in recordDefaultConsent()
327 void recordTopicsDefaultConsent(boolean defaultConsent) throws IOException; in recordTopicsDefaultConsent()
330 void recordFledgeDefaultConsent(boolean defaultConsent) throws IOException; in recordFledgeDefaultConsent()
333 void recordMeasurementDefaultConsent(boolean defaultConsent) throws IOException; in recordMeasurementDefaultConsent()
DAppConsentStorageManager.java479 public void recordDefaultConsent(boolean defaultConsent) throws IOException { in recordDefaultConsent()
484 public void recordTopicsDefaultConsent(boolean defaultConsent) throws IOException { in recordTopicsDefaultConsent()
489 public void recordFledgeDefaultConsent(boolean defaultConsent) throws IOException { in recordFledgeDefaultConsent()
494 public void recordMeasurementDefaultConsent(boolean defaultConsent) throws IOException { in recordMeasurementDefaultConsent()
DConsentCompositeStorage.java987 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
1002 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
1017 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
1032 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
DAdServicesStorageManager.java439 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
444 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
449 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
454 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
DConsentManagerV2.java1495 void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
1500 void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
1505 void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
1510 void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl146 void recordDefaultConsent(in boolean defaultConsent); in recordDefaultConsent()
151 void recordTopicsDefaultConsent(in boolean defaultConsent); in recordTopicsDefaultConsent()
156 void recordFledgeDefaultConsent(in boolean defaultConsent); in recordFledgeDefaultConsent()
161 void recordMeasurementDefaultConsent(in boolean defaultConsent); in recordMeasurementDefaultConsent()
DAdServicesManager.java400 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
410 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
420 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
430 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentStorageManager.java645 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
650 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
655 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
660 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java270 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
275 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
283 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
291 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DUIStats.java105 public void setDefaultConsent(int defaultConsent) { in setDefaultConsent()
168 public @NonNull UIStats.Builder setDefaultConsent(int defaultConsent) { in setDefaultConsent()
DUiStatsLogger.java582 Boolean defaultConsent = ConsentManager.getInstance().getDefaultConsent(); in getDefaultConsent() local
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java369 public void recordDefaultConsent(boolean defaultConsent) { in recordDefaultConsent()
385 public void recordTopicsDefaultConsent(boolean defaultConsent) { in recordTopicsDefaultConsent()
401 public void recordFledgeDefaultConsent(boolean defaultConsent) { in recordFledgeDefaultConsent()
417 public void recordMeasurementDefaultConsent(boolean defaultConsent) { in recordMeasurementDefaultConsent()