Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DDumpOnFailureRule.java75 final File screenshotFile = new File(mDumpDir, "sc-" + shortenedTestName + ".png"); in onTestFailure() local
76 uiDevice.takeScreenshot(screenshotFile); in onTestFailure()
/aosp12/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java453 final File screenshotFile = info.screenshotFiles.get(0); in getScreenshotForIntent() local
454 final String screenshotFilePath = screenshotFile.getAbsolutePath(); in getScreenshotForIntent()
965 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local
966 boolean taken = takeScreenshot(mContext, screenshotFile); in handleScreenshotRequest()
970 screenshotFile).sendToTarget(); in handleScreenshotRequest()
982 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local
986 info.addScreenshot(screenshotFile); in handleScreenshotResponse()
1941 addScreenshot(screenshotFile); in createScreenshotFile()
1942 createReadWriteFile(screenshotFile); in createScreenshotFile()
2188 for (File screenshotFile : screenshotFiles) { in writeToParcel()
[all …]