Searched refs:mIsServiceRunning (Results 1 – 1 of 1) sorted by relevance
96 private final AtomicBoolean mIsServiceRunning = new AtomicBoolean(false); field in CarBugreportManagerService134 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()