Searched refs:getDeviceUtils (Results 1 – 6 of 6) sorted by relevance
43 getDeviceUtils().setTestName(this.getClass().getSimpleName()); in setUp()44 getDeviceUtils().createLogDataDir(); in setUp()45 getDeviceUtils().wakeAndUnlockScreen(); in setUp()47 getDeviceUtils().backToHome(getUiDevice().getLauncherPackageName()); in setUp()48 getDeviceUtils().startRecording(getPackage()); in setUp()53 getDeviceUtils().stopRecording(); in tearDown()63 protected DeviceUtils getDeviceUtils() { in getDeviceUtils() method in PixelAppCompatTestBase87 getDeviceUtils().launchApp(getPackage()); in launchAndWaitAppOpen()
54 getDeviceUtils().takeScreenshot(getPackage(), "set_portrait_mode"); in testRotateDevice()60 getDeviceUtils().takeScreenshot(getPackage(), "rotate_landscape"); in testRotateDevice()66 getDeviceUtils().takeScreenshot(getPackage(), "rotate_portrait"); in testRotateDevice()
43 getDeviceUtils().takeScreenshot(getPackage(), "sleep_device"); in testLockDevice()48 getDeviceUtils().takeScreenshot(getPackage(), "wake_up_device"); in testLockDevice()54 getDeviceUtils().takeScreenshot(getPackage(), "dismiss_keyguard"); in testLockDevice()
62 getDeviceUtils().backToHome(getUiDevice().getLauncherPackageName()); in setUp()71 getDeviceUtils().takeScreenshot(getPackage(), "press_recent_apps_1"); in testLaunchFromRecentApps()78 getDeviceUtils().takeScreenshot(getPackage(), "press_recent_apps_2"); in testLaunchFromRecentApps()
194 mApkInstaller = ApkInstaller.getInstance(mTestUtils.getDeviceUtils().getITestDevice()); in runSetup()203 mTestUtils.getDeviceUtils().grantExternalStoragePermissions(mPackageName); in runSetup()230 mTestUtils.getDeviceUtils().getITestDevice().uninstallPackage(mPackageName); in runTearDown()259 DeviceTimestamp startTime = mTestUtils.getDeviceUtils().currentTimeMillis(); in runTest()267 DeviceTimestamp endTime = mTestUtils.getDeviceUtils().currentTimeMillis(); in runTest()275 .getDeviceUtils() in runTest()
472 public DeviceUtils getDeviceUtils() { in getDeviceUtils() method in TestUtils