Searched refs:sControllerExecutor (Results 1 – 3 of 3) sorted by relevance
86 static volatile ThreadPoolExecutor sControllerExecutor = field in HealthConnectThreadScheduler119 sControllerExecutor = in resetThreadPools()135 sControllerExecutor.shutdownNow(); in shutdownThreadPools()145 safeExecute(sControllerExecutor, getSafeRunnable(task)); in scheduleControllerTask()151 safeExecute(sControllerExecutor, getSafeRunnable(task)); in schedule()
65 || (HealthConnectThreadScheduler.sControllerExecutor.getTaskCount() in waitForAllScheduledTasksToComplete()66 == HealthConnectThreadScheduler.sControllerExecutor in waitForAllScheduledTasksToComplete()
62 mControllerTaskScheduler = HealthConnectThreadScheduler.sControllerExecutor; in setUp()