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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java71 File screenshotFile = new File(screenshotDir, observer.getCreatedPath());
74 screenshotFile.getName()), screenshotFile.isFile());
76 screenshotFile.getName()), isValidImage(screenshotFile));
79 screenshotFile.delete();
136 private boolean isValidImage(File screenshotFile) { argument
137 Bitmap b = BitmapFactory.decodeFile(screenshotFile.getAbsolutePath());
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java83 final File screenshotFile = getFileExtra(intent, EXTRA_SCREENSHOT);
86 triggerLocalNotification(context, bugreportFile, screenshotFile);
109 final File screenshotFile) {
113 final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY, screenshotFile);
118 sendBugreportNotification(context, bugreportFile, screenshotFile);
121 sendZippedBugreportNotification(context, bugreportFile, screenshotFile);
158 File screenshotFile) {
162 final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY, screenshotFile);
194 final File bugreportFile, final File screenshotFile) {
199 sendBugreportNotification(context, zippedFile, screenshotFile);
108 triggerLocalNotification(final Context context, final File bugreportFile, final File screenshotFile) argument
157 sendBugreportNotification(Context context, File bugreportFile, File screenshotFile) argument
193 sendZippedBugreportNotification(final Context context, final File bugreportFile, final File screenshotFile) argument
[all...]

Completed in 1575 milliseconds