Home
last modified time | relevance | path

Searched refs:mIsCollectingBugReport (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportService.java135 private final AtomicBoolean mIsCollectingBugReport = new AtomicBoolean(false); field in BugReportService
222 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()