Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/ui/libs/src/com/android/adservices/tests/ui/libs/
DUiUtils.java303 BySelector notificationTitleSelector = By.text(getString(context, notificationTitle)); in verifyNotification() local
305 assertThat(scroller.hasObject(notificationTitleSelector)).isFalse(); in verifyNotification()
308 assertThat(scroller.hasObject(notificationTitleSelector)).isTrue(); in verifyNotification()