Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java467 if (!info.screenshotFiles.isEmpty()) { in getScreenshotForIntent()
1181 for (File screenshot : info.screenshotFiles) { in buildSendIntent()
2060 if (screenshotFiles.isEmpty()) { in getDefaultScreenshotFd()
2063 return getFd(screenshotFiles.get(0)); in getDefaultScreenshotFd()
2121 screenshotFiles.add(screenshot); in addScreenshot()
2128 for (File file : screenshotFiles) { in deleteScreenshots()
2157 screenshotFiles.removeIf(file -> { in deleteEmptyScreenshots()
2177 for (File oldFile : screenshotFiles) { in renameScreenshots()
2195 screenshotFiles = renamedFiles; in renameScreenshots()
2271 screenshotFiles.add(readFile(in)); in BugreportInfo()
[all …]