Home
last modified time | relevance | path

Searched refs:findNotification (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/tv/
H A DTvPipNotificationTests.kt24 import com.android.wm.shell.flicker.NotificationListener.Companion.findNotification
120 findNotification { it.isPipNotificationWithTitle(testApp.appName) })
132 findNotification { it.isPipNotificationWithTitle(TITLE_MEDIA_SESSION_PLAYING) })
143 findNotification { it.isPipNotificationWithTitle(TITLE_MEDIA_SESSION_PAUSED) })
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DDownloadServiceTest.kt284 findNotification(UiSelector().textContains(dlText1))
293 findNotification(UiSelector().textContains(progressText))
315 findNotification(UiSelector().textContains(dlText2))
343 val note = findNotification(UiSelector().text(testFile.name))
356 private fun findNotification(selector: UiSelector): UiObject { regex
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/
H A DNotificationListener.kt77 fun findNotification( regex