Searched refs:bugreportsDir (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 506 void cleanupOldFiles(final int minCount, final long minAge, File bugreportsDir) { in cleanupOldFiles() argument 514 FileUtils.deleteOlderFiles(bugreportsDir, minCount, minAge); in cleanupOldFiles() 2108 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce, in BugreportInfo() argument 2117 this.bugreportFile = new File(bugreportsDir, getFileName(this, ".zip")); in BugreportInfo() 2125 void createScreenshotFile(File bugreportsDir) { in createScreenshotFile() argument 2126 File screenshotFile = new File(bugreportsDir, getScreenshotName("default")); in createScreenshotFile()
|