Home
last modified time | relevance | path

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

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