Searched refs:recordPasNotificationOpened (Results 1 – 9 of 9) sorted by relevance
91 void recordPasNotificationOpened(boolean wasNotificationOpened); in recordPasNotificationOpened() method
238 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() method in AdServicesManager240 mService.recordPasNotificationOpened(wasNotificationOpened); in recordPasNotificationOpened()
95 consentManager.recordPasNotificationOpened(false); in enroll()
110 consentManager.recordPasNotificationOpened(true); in onViewCreated()
255 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() method in ConsentManager
549 public void recordPasNotificationOpened(boolean wasNotificationOpened) { in recordPasNotificationOpened() method in AdServicesManagerService557 .recordPasNotificationOpened(wasNotificationOpened); in recordPasNotificationOpened()
5136 spyConsentManager.recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_PpApiOnly()5141 verify(mMockIAdServicesManager, never()).recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_PpApiOnly()5156 spyConsentManager.recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_SystemServerOnly()5161 verify(mMockIAdServicesManager).recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_SystemServerOnly()5181 spyConsentManager.recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_PpApiAndSystemServer()5186 verify(mMockIAdServicesManager).recordPasNotificationOpened(true); in testPasNotificationOpenedRecorded_PpApiAndSystemServer()
2573 public void recordPasNotificationOpened(boolean wasPasNotificationOpened) {2578 () -> mAdServicesManager.recordPasNotificationOpened(wasPasNotificationOpened),
630 service.recordPasNotificationOpened(true); in testRecordPasNotificationOpened()