Searched refs:bugreportFile (Results 1 – 1 of 1) sorted by relevance
399 final String bugreportFilePath = mInfo.bugreportFile.getAbsolutePath(); in sendBugreportFinishedBroadcastLocked()400 if (mInfo.bugreportFile.length() == 0) { in sendBugreportFinishedBroadcastLocked()406 mInfo.bugreportFile); in sendBugreportFinishedBroadcastLocked()419 String bugreportFileName, File bugreportFile) { in sendRemoteBugreportFinishedBroadcast() argument421 bugreportFile.getParentFile()); in sendRemoteBugreportFinishedBroadcast()423 final Uri bugreportUri = getUri(context, bugreportFile); in sendRemoteBugreportFinishedBroadcast()622 info.bugreportFile.delete(); in startBugreportAPI()1046 if (!info.bugreportFile.exists() || !info.bugreportFile.canRead()) { in triggerLocalNotification()1047 Log.e(TAG, "Could not read bugreport file " + info.bugreportFile); in triggerLocalNotification()1055 boolean isPlainText = info.bugreportFile.getName().toLowerCase().endsWith(".txt"); in triggerLocalNotification()[all …]