Home
last modified time | relevance | path

Searched refs:wakeupDeviceAndPressHome (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceLandingActivityTest.java63 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
DLandingActivityTest.java71 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
DProvisioningActivityTest.java203 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestUtils.java201 public static void wakeupDeviceAndPressHome(UiDevice uiDevice) throws RemoteException { in wakeupDeviceAndPressHome() method in TestUtils