Home
last modified time | relevance | path

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

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