Home
last modified time | relevance | path

Searched refs:waitForZeroNotifications (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt110 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withNoIssue_noNotification()
122 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withoutImmediateNotificationBehavior_noNotification()
134 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withoutNotificationsAllowedSource_noNotification()
146 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withFlagDisabled_noNotification()
165 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withNotificationBehaviorNever_noNotification()
185 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withNotificationBehaviorDelay_noImmediateNotification()
215 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withNotificationBehaviorDelay_sendsNotificationAfterDelay()
557 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_twiceRemovingAnIssue_cancelsNotification()
600 TestNotificationListener.waitForZeroNotifications() in reportSafetySourceError_sourceWithNotification_cancelsNotification()
644 TestNotificationListener.waitForZeroNotifications() in setSafetySourceData_withDismissedIssueId_doesNotNotify()
[all …]
/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/
DTestNotificationListener.kt104 fun waitForZeroNotifications(timeout: Duration = TIMEOUT_LONG) { in <lambda>() method