Searched refs:mIsCollectingBugReport (Results 1 – 1 of 1) sorted by relevance
139 private final AtomicBoolean mIsCollectingBugReport = new AtomicBoolean(false); field in BugReportService232 if (mIsCollectingBugReport.getAndSet(true)) { in onStartCommand()313 return mIsCollectingBugReport.get(); in isCollectingBugReport()404 mIsCollectingBugReport.set(false); in saveBugReport()455 mIsCollectingBugReport.set(false); in handleBugReportManagerError()472 mIsCollectingBugReport.set(false); in handleBugReportManagerError()556 mIsCollectingBugReport.set(false); in zipDirectoryAndUpdateStatus()