Home | History | Annotate | Download | only in ui

Lines Matching refs:mDevice

43     private UiDevice mDevice;
47 mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
50 mDevice.setOrientationNatural();
61 mDevice.wait(Until.hasObject(By.pkg(TRACEUR_PACKAGE).depth(0)), TIMEOUT);
67 mDevice.pressBack();
68 mDevice.pressHome();
75 mDevice.wait(Until.findObject(By.text("Record trace")),
78 mDevice.wait(Until.findObject(By.text("Trace debuggable applications")),
81 mDevice.wait(Until.findObject(By.text("Categories")),
84 mDevice.wait(Until.findObject(By.text("Restore default categories")),
87 mDevice.wait(Until.findObject(By.text("Buffer size")),
90 mDevice.wait(Until.findObject(By.text("Clear saved traces")),
93 mDevice.wait(Until.findObject(By.text("Show Quick Settings tile")),
105 mDevice.wait(Until.findObject(By.text("Record trace")), TIMEOUT);
107 mDevice.findObject(By.text("Record trace")).click();
108 mDevice.findObject(By.text("Record trace")).click();
110 mDevice.openNotification();
111 mDevice.wait(Until.hasObject(By.text("Tap to share your trace")), TIMEOUT);
112 mDevice.findObject(By.text("Tap to share your trace")).click();
114 mDevice.wait(Until.hasObject(By.text("Share with")), TIMEOUT);