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.java58 bots.search.assertInputExists(false); in testSearchIconVisible()
67 bots.search.assertInputExists(false); in testSearchIconHidden()
74 bots.search.assertInputExists(true); in testSearchView_ExpandsOnClick()
85 bots.search.assertInputExists(true); in testSearchView_ShouldHideOptionMenuOnExpanding()
99 bots.search.assertInputExists(false); in testSearchView_CollapsesOnBack()
115 bots.search.assertInputExists(false); in testSearchFragment_DismissedOnCloseAfterCancel()
130 bots.search.assertInputExists(false); in testSearchView_ClearsTextOnBack()
142 bots.search.assertInputExists(false); in testSearchView_ClearsSearchOnBack()
155 bots.search.assertInputExists(false); in testSearchView_ClearsAutoSearchOnBack()
244 bots.search.assertInputExists(true); in testSearchHistory_showAfterSearchViewClear()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DSearchBot.java132 public void assertInputExists(boolean exists) in assertInputExists() method in SearchBot