Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java88 final UiObject2 notificationText = notification.findObject(By.textContains(text)); in getNotification2() local
89 if (notificationText != null) { in getNotification2()