Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DScreenCaptureDisabledTest.java55 assertNotNull(getInstrumentation().getUiAutomation().takeScreenshot()); in testSetScreenCaptureDisabled_false()
63 assertNull(getInstrumentation().getUiAutomation().takeScreenshot()); in testSetScreenCaptureDisabled_true()
67 assertNotNull(getInstrumentation().getUiAutomation().takeScreenshot()); in testScreenCapturePossible()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java134 Bitmap source = getInstrumentation().getUiAutomation().takeScreenshot(); in takeScreenshotImpl()
138 public Bitmap takeScreenshot(Point testOffset) { in takeScreenshot() method in ActivityTestBase
167 return takeScreenshot(testOffset); in captureRenderSpec()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DInfrastructureTests.java38 takeScreenshot(new Point()); in testScreenshot()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java753 getUiDevice().takeScreenshot(storePath); in testTakeScreenShots()