Searched refs:wakeupDeviceAndPressHome (Results 1 – 4 of 4) sorted by relevance
63 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
72 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
204 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
163 public static void wakeupDeviceAndPressHome(UiDevice uiDevice) throws RemoteException { in wakeupDeviceAndPressHome() method in TestUtils