Searched refs:isShuttingDown (Results 1 – 10 of 10) sorted by relevance
33 volatile boolean isShuttingDown = false; field in BTtraffic67 isShuttingDown = false; in startWorker()132 isShuttingDown = true; in stopService()210 if (!bttraffic.isShuttingDown) in run()293 if (!bttraffic.isShuttingDown) in run()
137 if (isShuttingDown()) break; in run()142 if (isShuttingDown()) break; in run()148 private static boolean isShuttingDown() { in isShuttingDown() method in NativeDaemonConnector
326 public abstract boolean isShuttingDown(); in isShuttingDown() method in ActivityTaskManagerInternal
6421 public boolean isShuttingDown() { in isShuttingDown() method in ActivityTaskManagerService.LocalService
946 public boolean isShuttingDown() { in isShuttingDown() method in PhoneMock
1402 if (mService.mAtmInternal.isShuttingDown()) { in appNotResponding()
2324 if (mAm.mAtmInternal.isShuttingDown()) { in scheduleServiceRestartLocked()
3650 public boolean isShuttingDown() { in isShuttingDown() method in Phone
3524 if (isShuttingDown()) { in phoneObjectUpdater()
15210 HSPLcom/android/server/wm/ActivityTaskManagerService$LocalService;->isShuttingDown()Z