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/ |
D | ConsentManager.java | 513 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/ |
D | ConsentConstants.java | 101 public static final String WAS_U18_NOTIFICATION_DISPLAYED = "WAS_U18_NOTIFICATION_DISPLAYED"; field in ConsentConstants
|
D | AppConsentStorageManager.java | 392 ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, wasU18NotificationDisplayed); in setU18NotificationDisplayed() 421 mDatastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), false); in wasU18NotificationDisplayed()
|
D | ConsentManager.java | 1594 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/ |
D | AppSearchConsentManager.java | 395 && (datastore.get(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED) in shouldInitConsentDataFromAppSearch() 477 datastore.put(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED, true); in migrateConsentDataIfNeeded()
|
D | AppSearchConsentStorageManager.java | 347 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/ |
D | AppSearchConsentManagerTest.java | 467 verify(mDatastore).put(eq(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), eq(true)); in testMigrateConsentData_u18UxNotificationDisplayed_u18MigrationEnabled()
|
D | AppSearchConsentStorageManagerTest.java | 460 verify(mDatastore).put(eq(ConsentConstants.WAS_U18_NOTIFICATION_DISPLAYED), eq(true)); in testMigrateConsentData_u18UxNotificationDisplayed_u18MigrationEnabled()
|