Searched refs:mIsCollectingBugReport (Results 1 – 1 of 1) sorted by relevance
135 private final AtomicBoolean mIsCollectingBugReport = new AtomicBoolean(false); field in BugReportService222 if (mIsCollectingBugReport.getAndSet(true)) { in onStartCommand()300 return mIsCollectingBugReport.get(); in isCollectingBugReport()390 mIsCollectingBugReport.set(false); in saveBugReport()441 mIsCollectingBugReport.set(false); in handleBugReportManagerError()458 mIsCollectingBugReport.set(false); in handleBugReportManagerError()541 mIsCollectingBugReport.set(false); in zipDirectoryAndUpdateStatus()