Searched refs:mBugReportProgress (Results 1 – 1 of 1) sorted by relevance
140 private final AtomicDouble mBugReportProgress = new AtomicDouble(0); field in BugReportService250 mBugReportProgress.set(0); in onStartCommand()302 .setSubText(String.format("%.1f%%", mBugReportProgress.get())) in buildProgressNotification()306 .setProgress((int) MAX_PROGRESS_VALUE, (int) mBugReportProgress.get(), false) in buildProgressNotification()318 return (float) mBugReportProgress.get(); in getBugReportProgress()429 mBugReportProgress.set(progress); in requestBugReport()437 mBugReportProgress.set(MAX_PROGRESS_VALUE); in requestBugReport()460 mBugReportProgress.set(MAX_PROGRESS_VALUE); in handleBugReportManagerError()