Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java513 static final String WAS_U18_NOTIFICATION_DISPLAYED = "WAS_U18_NOTIFICATION_DISPLAYED"; field in ConsentManager
517 return getValueWithLock(WAS_U18_NOTIFICATION_DISPLAYED); in wasU18NotificationDisplayed()
524 WAS_U18_NOTIFICATION_DISPLAYED, in setU18NotificationDisplayed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentConstants.java101 public static final String WAS_U18_NOTIFICATION_DISPLAYED = "WAS_U18_NOTIFICATION_DISPLAYED"; field in ConsentConstants
DAppConsentStorageManager.java392 ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, wasU18NotificationDisplayed); in setU18NotificationDisplayed()
421 mDatastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), false); in wasU18NotificationDisplayed()
DConsentManager.java1594 if (booleanFileDatastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED) == null) {
1595 booleanFileDatastore.put(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, false);
2326 () -> mDatastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED),
2343 ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED,
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/appsearch/
DAppSearchConsentManager.java395 && (datastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED) in shouldInitConsentDataFromAppSearch()
477 datastore.put(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, true); in migrateConsentDataIfNeeded()
DAppSearchConsentStorageManager.java347 datastore.put(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, true); in migrateConsentDataIfNeeded()
726 && (datastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED) in shouldInitConsentDataFromAppSearch()
/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/
DAppSearchConsentManagerTest.java467 verify(mDatastore).put(eq(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), eq(true)); in testMigrateConsentData_u18UxNotificationDisplayed_u18MigrationEnabled()
DAppSearchConsentStorageManagerTest.java460 verify(mDatastore).put(eq(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), eq(true)); in testMigrateConsentData_u18UxNotificationDisplayed_u18MigrationEnabled()