Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFilesActivityDefaultsUiTest.java52 bots.main.assertWindowTitle("Documents"); in testDefaultDirectory()
54 bots.main.assertWindowTitle("Downloads"); in testDefaultDirectory()
DFilesActivityUiTest.java56 bots.main.assertWindowTitle("Recent"); in testClickRecent()
61 bots.main.assertWindowTitle("Images"); in testRootClick_SetsWindowTitle()
DSidebarUiTest.java46 bots.main.assertWindowTitle(ROOT_0_ID); in testRootTapped_GoToRootFromChildDir()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java95 public void assertWindowTitle(String expected) { in assertWindowTitle() method in UiBot