Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DDirectoryMessagesUiTest.java51 bots.directory.assertHasMessageButtonText("SIGN IN"); in testAuthenticationMessage_visible()
58 bots.directory.assertHasMessageButtonText("OK"); in testInfoMessage_visible()
73 bots.directory.assertHasMessageButtonText("OK"); in testErrorMessage_visible()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java132 public void assertHasMessageButtonText(String expected) throws UiObjectNotFoundException { in assertHasMessageButtonText() method in DirectoryListBot