Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetyCenterNotificationTest.kt653 TestNotificationListener.waitForNotificationsMatching( in setSafetySourceData_duplicateIssues_sendsOneNotification()
688 TestNotificationListener.waitForNotificationsMatching( in setSafetySourceData_duplicateIssueOfLowerSeverityDismissed_sendsNotification()
701 TestNotificationListener.waitForNotificationsMatching( in setSafetySourceData_withInformationIssue_lowImportanceBlockableNotification()
719 TestNotificationListener.waitForNotificationsMatching( in setSafetySourceData_withRecommendationIssue_defaultImportanceUnblockableNotification()
737 TestNotificationListener.waitForNotificationsMatching( in setSafetySourceData_withCriticalIssue_highImportanceUnblockableNotification()
/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/testing/
DTestNotificationListener.kt150 return waitForNotificationsMatching(characteristics, timeout = timeout).first() in <lambda>()
159 fun waitForNotificationsMatching( in <lambda>() method