Home
last modified time | relevance | path

Searched refs:takeScreenshot (Results 1 – 5 of 5) 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.java127 public Bitmap takeScreenshot(Point testOffset) { in takeScreenshot() method in ActivityTestBase
129 Bitmap source = getInstrumentation().getUiAutomation().takeScreenshot(); in takeScreenshot()
153 return takeScreenshot(testOffset); in captureRenderSpec()
276 Bitmap testCaseBitmap = takeScreenshot(testOffset); in runWithAnimationVerifier()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DInfrastructureTests.java39 takeScreenshot(new Point()); in testScreenshot()
/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java91 Bitmap screenshot = mInstrumentation.getUiAutomation().takeScreenshot(); in getPixel()
/cts/tests/tests/systemui/src/android/systemui/cts/
DLightStatusBarTests.java231 Bitmap fullBitmap = getInstrumentation().getUiAutomation().takeScreenshot(); in takeStatusBarScreenshot()