Searched refs:mStopRequested (Results 1 – 4 of 4) sorted by relevance
118 private volatile boolean mStopRequested = false; field in SecretkeeperJobService.SecretkeeperJob132 mStopRequested = true; in stop()178 if (mStopRequested) { in checkForStop()
153 private volatile boolean mStopRequested = false; field in IsolatedCompilationJobService.CompilationJob180 if (mStopRequested) { in start()188 mStopRequested = true; in stop()
485 private boolean mStopRequested = false; field in VendorServiceController.VendorServiceConnection518 toString(), mRecentFailures, mBound, mStarted, mStopRequested); in dump()535 mStopRequested = false; in startOrBindService()556 mStopRequested = true; in stopOrUnbindService()583 if (mStopRequested) { in onServiceConnected()619 if (mStopRequested) { in tryToRebind()
547 private boolean mStopRequested; field in NsdManager.PerNetworkDiscoveryTracker566 mStopRequested = true; in requestStop()673 if (mStopRequested && mPerNetworkListeners.size() == 0) { in onStopDiscoveryFailed()684 if (mStopRequested && mPerNetworkListeners.size() == 0) { in onDiscoveryStopped()