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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java82 final File bugreportFile = getFileExtra(intent, EXTRA_BUGREPORT);
86 triggerLocalNotification(context, bugreportFile, screenshotFile);
95 bugreportFile.getParentFile(), MIN_KEEP_COUNT, MIN_KEEP_AGE);
108 private void triggerLocalNotification(final Context context, final File bugreportFile, argument
112 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile);
115 boolean isPlainText = bugreportFile.getName().toLowerCase().endsWith(".txt");
118 sendBugreportNotification(context, bugreportFile, screenshotFile);
121 sendZippedBugreportNotification(context, bugreportFile, screenshotFile);
157 private static void sendBugreportNotification(Context context, File bugreportFile, argument
161 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile);
193 sendZippedBugreportNotification(final Context context, final File bugreportFile, final File screenshotFile) argument
209 zipBugreport(File bugreportFile) argument
[all...]

Completed in 57 milliseconds