Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DSearchViewUiTest.java59 bots.search.assertInputExists(false); in testSearchIconVisible()
68 bots.search.assertInputExists(false); in testSearchIconHidden()
75 bots.search.assertInputExists(true); in testSearchView_ExpandsOnClick()
86 bots.search.assertInputExists(true); in testSearchView_ShouldHideOptionMenuOnExpanding()
100 bots.search.assertInputExists(false); in testSearchView_CollapsesOnBack()
114 bots.search.assertInputExists(false); in testSearchView_ClearsTextOnBack()
126 bots.search.assertInputExists(false); in testSearchView_ClearsSearchOnBack()
139 bots.search.assertInputExists(false); in testSearchView_ClearsAutoSearchOnBack()
228 bots.search.assertInputExists(true); in testSearchHistory_showAfterSearchViewClear()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSearchBot.java111 public void assertInputExists(boolean exists) in assertInputExists() method in SearchBot