Searched refs:wasPasNotificationOpened (Results 1 – 8 of 8) sorted by relevance
191 return wasPasNotificationOpened() || beforeNotificationShown; in pasUxIsActive()207 private boolean wasPasNotificationOpened() { in wasPasNotificationOpened() method in UxStatesManager211 return ConsentManager.getInstance().wasPasNotificationOpened(); in wasPasNotificationOpened()
98 boolean wasPasNotificationOpened(); in wasPasNotificationOpened() method
228 public boolean wasPasNotificationOpened() { in wasPasNotificationOpened() method in AdServicesManager230 return mService.wasPasNotificationOpened(); in wasPasNotificationOpened()
2464 return wasPasNotificationOpened() && getConsent(AdServicesApiType.FLEDGE).isGiven();2483 return wasPasNotificationOpened()2562 public Boolean wasPasNotificationOpened() {2566 () -> mAdServicesManager.wasPasNotificationOpened(),2573 public void recordPasNotificationOpened(boolean wasPasNotificationOpened) {2577 ConsentConstants.PAS_NOTIFICATION_OPENED, wasPasNotificationOpened),2578 () -> mAdServicesManager.recordPasNotificationOpened(wasPasNotificationOpened),
5132 assertThat(spyConsentManager.wasPasNotificationOpened()).isFalse(); in testPasNotificationOpenedRecorded_PpApiOnly()5134 verify(mMockIAdServicesManager, never()).wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_PpApiOnly()5138 assertThat(spyConsentManager.wasPasNotificationOpened()).isTrue(); in testPasNotificationOpenedRecorded_PpApiOnly()5140 verify(mMockIAdServicesManager, never()).wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_PpApiOnly()5151 assertThat(spyConsentManager.wasPasNotificationOpened()).isFalse(); in testPasNotificationOpenedRecorded_SystemServerOnly()5153 verify(mMockIAdServicesManager).wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_SystemServerOnly()5155 doReturn(true).when(mMockIAdServicesManager).wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_SystemServerOnly()5158 assertThat(spyConsentManager.wasPasNotificationOpened()).isTrue(); in testPasNotificationOpenedRecorded_SystemServerOnly()5160 verify(mMockIAdServicesManager, times(2)).wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_SystemServerOnly()5174 Boolean wasPasNotificationOpened = spyConsentManager.wasPasNotificationOpened(); in testPasNotificationOpenedRecorded_PpApiAndSystemServer() local[all …]
265 public boolean wasPasNotificationOpened() { in wasPasNotificationOpened() method in ConsentManager
565 public boolean wasPasNotificationOpened() { in wasPasNotificationOpened() method in AdServicesManagerService571 .wasPasNotificationOpened()); in wasPasNotificationOpened()
629 assertThat(service.wasPasNotificationOpened()).isFalse(); in testRecordPasNotificationOpened()631 assertThat(service.wasPasNotificationOpened()).isTrue(); in testRecordPasNotificationOpened()