Searched refs:assertHasFocus (Results 1 – 5 of 5) sorted by relevance
49 bots.roots.assertHasFocus(); in testKeyboard_tab()51 bots.directory.assertHasFocus(); in testKeyboard_tab()59 bots.directory.assertHasFocus(); in testKeyboard_arrowsDirList()63 bots.directory.assertHasFocus(); in testKeyboard_arrowsDirList()91 bots.roots.assertHasFocus(); in testKeyboard_arrowsRootsList()95 bots.roots.assertHasFocus(); in testKeyboard_arrowsRootsList()
134 public void assertHasFocus() { in assertHasFocus() method in SidebarBot135 assertHasFocus(mRootListId); in assertHasFocus()
319 public void assertHasFocus() { in assertHasFocus() method in DirectoryListBot320 assertHasFocus(mDirListId); in assertHasFocus()
88 protected void assertHasFocus(String resourceName) { in assertHasFocus() method in Bots.BaseBot
86 public void assertHasFocus(boolean focused) { in assertHasFocus() method in TestFocusHandler