Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugReportService.java139 private final AtomicBoolean mIsCollectingBugReport = new AtomicBoolean(false); field in BugReportService
232 if (mIsCollectingBugReport.getAndSet(true)) { in onStartCommand()
311 return mIsCollectingBugReport.get(); in isCollectingBugReport()
402 mIsCollectingBugReport.set(false); in saveBugReport()
453 mIsCollectingBugReport.set(false); in handleBugReportManagerError()
470 mIsCollectingBugReport.set(false); in handleBugReportManagerError()
553 mIsCollectingBugReport.set(false); in zipDirectoryAndUpdateStatus()