Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/app/adservices/
DIAdServicesManager.aidl91 void recordPasNotificationOpened(boolean wasNotificationOpened); in recordPasNotificationOpened() argument
DAdServicesManager.java238 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() argument
240 mService.recordPasNotificationOpened(wasNotificationOpened); in recordPasNotificationOpened()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/consent/
DConsentManager.java255 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() argument
257 PAS_NOTIFICATION_OPENED, wasNotificationOpened, "recordPasNotificationOpened"); in recordPasNotificationOpened()
/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/
DAdServicesManagerService.java549 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() argument
557 .recordPasNotificationOpened(wasNotificationOpened); in recordPasNotificationOpened()