Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java468 final File screenshotFile = info.screenshotFiles.get(0); in getScreenshotForIntent() local
469 final String screenshotFilePath = screenshotFile.getAbsolutePath(); in getScreenshotForIntent()
1007 String screenshotFile = (String) requestMsg.obj; in handleScreenshotRequest() local
1008 boolean taken = takeScreenshot(mContext, screenshotFile); in handleScreenshotRequest()
1012 screenshotFile).sendToTarget(); in handleScreenshotRequest()
1024 final File screenshotFile = new File((String) resultMsg.obj); in handleScreenshotResponse() local
1028 info.addScreenshot(screenshotFile); in handleScreenshotResponse()
2051 addScreenshot(screenshotFile); in createScreenshotFile()
2052 createReadWriteFile(screenshotFile); in createScreenshotFile()
2299 for (File screenshotFile : screenshotFiles) { in writeToParcel()
[all …]