Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSidebarUiTest.java46 bots.main.assertWindowTitle(dirName1); in testRootTapped_GoToRootFromChildDir()
48 bots.main.assertWindowTitle(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
DFilesActivityUiTest.java66 bots.main.assertWindowTitle("Recent"); in testClickRecent()
72 bots.main.assertWindowTitle("Images"); in testRootClick_SetsWindowTitle()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java102 public void assertWindowTitle(String expected) { in assertWindowTitle() method in UiBot