Home
last modified time | relevance | path

Searched refs:PAS_NOTIFICATION_OPENED (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java54 static final String PAS_NOTIFICATION_OPENED = "PAS_NOTIFICATION_OPENED"; field in ConsentManager
257 PAS_NOTIFICATION_OPENED, wasNotificationOpened, "recordPasNotificationOpened"); in recordPasNotificationOpened()
266 return getValueWithLock(PAS_NOTIFICATION_OPENED); in wasPasNotificationOpened()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/consent/
DConsentConstants.java105 public static final String PAS_NOTIFICATION_OPENED = "PAS_NOTIFICATION_OPENED"; field in ConsentConstants
DConsentManager.java1601 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),
/packages/modules/AdServices/adservices/tests/unittest/ui/src/com/android/adservices/service/consent/
DConsentManagerTest.java26 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()