Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarBugreportManagerService.java96 private final AtomicBoolean mIsServiceRunning = new AtomicBoolean(false); field in CarBugreportManagerService
134 if (mIsServiceRunning.getAndSet(true)) { in requestBugreport()
151 if (!mIsServiceRunning.getAndSet(false)) { in cancelBugreport()
233 mIsServiceRunning.set(false); in requestBugReportLocked()
245 mIsServiceRunning.set(false); in requestBugReportLocked()
312 while (mIsServiceRunning.get() && (line = reader.readLine()) != null) { in processBugreportSockets()
389 if (!mIsServiceRunning.get()) { in connectSocket()