Searched refs:mBugReportProgress (Results 1 – 1 of 1) sorted by relevance
136 private final AtomicDouble mBugReportProgress = new AtomicDouble(0); field in BugReportService239 mBugReportProgress.set(0); in onStartCommand()289 .setSubText(String.format("%.1f%%", mBugReportProgress.get())) in buildProgressNotification()293 .setProgress((int) MAX_PROGRESS_VALUE, (int) mBugReportProgress.get(), false) in buildProgressNotification()305 return (float) mBugReportProgress.get(); in getBugReportProgress()415 mBugReportProgress.set(progress); in requestBugReport()423 mBugReportProgress.set(MAX_PROGRESS_VALUE); in requestBugReport()446 mBugReportProgress.set(MAX_PROGRESS_VALUE); in handleBugReportManagerError()