Home
last modified time | relevance | path

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

/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/provisioning/
H A DFinancedDeviceLandingActivityTest.java63 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
H A DLandingActivityTest.java72 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
H A DProvisioningActivityTest.java204 TestUtils.wakeupDeviceAndPressHome(UiDevice.getInstance(getInstrumentation())); in setup()
/aosp12/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
H A DTestUtils.java163 public static void wakeupDeviceAndPressHome(UiDevice uiDevice) throws RemoteException { in wakeupDeviceAndPressHome() method in TestUtils