Home | History | Annotate | Download | only in documentsui

Lines Matching defs:bots

47         bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
48 bots.roots.assertHasFocus();
49 bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
50 bots.directory.assertHasFocus();
57 bots.keyboard.pressKey(KeyEvent.KEYCODE_DPAD_LEFT);
58 bots.directory.assertHasFocus();
61 bots.keyboard.pressKey(KeyEvent.KEYCODE_DPAD_RIGHT);
62 bots.directory.assertHasFocus();
68 bots.roots.closeDrawer();
69 if (bots.main.inFixedLayout()) {
71 bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
73 bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
74 bots.directory.assertFirstDocumentHasFocus();
77 bots.keyboard.pressKey(KeyEvent.KEYCODE_F);
84 bots.roots.openDrawer();
86 bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
87 bots.keyboard.pressKey(KeyEvent.KEYCODE_TAB);
89 bots.keyboard.pressKey(KeyEvent.KEYCODE_DPAD_RIGHT);
90 bots.roots.assertHasFocus();
93 bots.keyboard.pressKey(KeyEvent.KEYCODE_DPAD_LEFT);
94 bots.roots.assertHasFocus();