Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java52 static final String PAS_NOTIFICATION_DISPLAYED_ONCE = "PAS_NOTIFICATION_DISPLAYED_ONCE"; field in ConsentManager
237 PAS_NOTIFICATION_DISPLAYED_ONCE, in recordPasNotificationDisplayed()
248 return getValueWithLock(PAS_NOTIFICATION_DISPLAYED_ONCE); in wasPasNotificationDisplayed()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentConstants.java103 public static final String PAS_NOTIFICATION_DISPLAYED_ONCE = "PAS_NOTIFICATION_DISPLAYED_ONCE"; field in ConsentConstants
DAppConsentStorageManager.java431 mDatastore.put(ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE, wasPasDisplayed); in recordPasNotificationDisplayed()
DConsentManager.java1184 ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE, wasPasDisplayed),
1213 () -> mDatastore.get(ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE),
1597 if (booleanFileDatastore.get(ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE)
1599 booleanFileDatastore.put(ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE, false);
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerTest.java25 …ort static com.android.adservices.service.consent.ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE;
4839 assertThat(mConsentDatastore.get(PAS_NOTIFICATION_DISPLAYED_ONCE)).isFalse(); in testPasNotificationDisplayedRecorded_SystemServerOnly()
4864 assertThat(mConsentDatastore.get(PAS_NOTIFICATION_DISPLAYED_ONCE)).isTrue(); in testPasNotificationDisplayedRecorded_PpApiAndSystemServer()