Searched refs:PAS_NOTIFICATION_OPENED (Results 1 – 4 of 4) sorted by relevance
54 static final String PAS_NOTIFICATION_OPENED = "PAS_NOTIFICATION_OPENED"; field in ConsentManager257 PAS_NOTIFICATION_OPENED, wasNotificationOpened, "recordPasNotificationOpened"); in recordPasNotificationOpened()266 return getValueWithLock(PAS_NOTIFICATION_OPENED); in wasPasNotificationOpened()
105 public static final String PAS_NOTIFICATION_OPENED = "PAS_NOTIFICATION_OPENED"; field in ConsentConstants
1601 if (booleanFileDatastore.get(ConsentConstants.PAS_NOTIFICATION_OPENED) == null) {1602 booleanFileDatastore.put(ConsentConstants.PAS_NOTIFICATION_OPENED, false);2565 () -> mDatastore.get(ConsentConstants.PAS_NOTIFICATION_OPENED),2577 ConsentConstants.PAS_NOTIFICATION_OPENED, wasPasNotificationOpened),
26 import static com.android.adservices.service.consent.ConsentConstants.PAS_NOTIFICATION_OPENED;5164 assertThat(mConsentDatastore.get(PAS_NOTIFICATION_OPENED)).isFalse(); in testPasNotificationOpenedRecorded_SystemServerOnly()5189 assertThat(mConsentDatastore.get(PAS_NOTIFICATION_OPENED)).isTrue(); in testPasNotificationOpenedRecorded_PpApiAndSystemServer()