Searched refs:PAS_NOTIFICATION_DISPLAYED_ONCE (Results 1 – 5 of 5) sorted by relevance
52 static final String PAS_NOTIFICATION_DISPLAYED_ONCE = "PAS_NOTIFICATION_DISPLAYED_ONCE"; field in ConsentManager237 PAS_NOTIFICATION_DISPLAYED_ONCE, in recordPasNotificationDisplayed()248 return getValueWithLock(PAS_NOTIFICATION_DISPLAYED_ONCE); in wasPasNotificationDisplayed()
103 public static final String PAS_NOTIFICATION_DISPLAYED_ONCE = "PAS_NOTIFICATION_DISPLAYED_ONCE"; field in ConsentConstants
431 mDatastore.put(ConsentConstants.PAS_NOTIFICATION_DISPLAYED_ONCE, wasPasDisplayed); in recordPasNotificationDisplayed()
1184 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);
25 …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()