Home
last modified time | relevance | path

Searched refs:screenshotPath (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/
H A DSurfaceTracingTestBase.kt99 val screenshotPath = instrumentation.targetContext regex
102 FileOutputStream(screenshotPath).use { out ->
105 Log.e("SurfaceViewBufferTests", "Bitmap written to $screenshotPath")
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java938 final String screenshotPath = in takeScreenshot() local
941 Message.obtain(mScreenshotHandler, MSG_SCREENSHOT_REQUEST, id, UNUSED_ARG2, screenshotPath) in takeScreenshot()