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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java67 File screenshotFile = new File(screenshotDir, observer.getCreatedPath());
70 screenshotFile.getName()), screenshotFile.isFile());
72 screenshotFile.getName()), isValidImage(screenshotFile));
75 screenshotFile.delete();
132 private boolean isValidImage(File screenshotFile) { argument
133 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java69 final File screenshotFile = getFileExtra(intent, EXTRA_SCREENSHOT);
74 final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY, screenshotFile);

Completed in 63 milliseconds