Searched refs:sHandlerExecutor (Results 1 – 7 of 7) sorted by relevance
90 private static HandlerExecutor sHandlerExecutor; field in RebootReadinessManagerTest95 sHandlerExecutor = new HandlerExecutor(sThread.getThreadHandler()); in setupClass()128 sHandlerExecutor, BLOCKING_CALLBACK); in testRegisterAndUnregisterCallback()138 sHandlerExecutor, READY_CALLBACK); in testCallbackReadyToReboot()152 sHandlerExecutor, READY_CALLBACK); in testCallbackReadyToReboot()161 sHandlerExecutor, READY_CALLBACK); in testCallbackNotReadyToReboot()163 sHandlerExecutor, BLOCKING_CALLBACK); in testCallbackNotReadyToReboot()185 sHandlerExecutor, READY_CALLBACK); in testSignalRebootReadinessPermissionCheck()197 sHandlerExecutor, BLOCKING_CALLBACK); in testCancelPendingReboot()
33 private static HandlerExecutor sHandlerExecutor; field in IoThread45 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()66 return sHandlerExecutor; in getExecutor()
40 private static HandlerExecutor sHandlerExecutor; field in FgThread55 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()76 return sHandlerExecutor; in getExecutor()
35 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread50 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()71 return sHandlerExecutor; in getExecutor()
40 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()72 return sHandlerExecutor; in getExecutor()
40 private static HandlerExecutor sHandlerExecutor; field in ForegroundThread51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()72 return sHandlerExecutor; in getExecutor()
37 private static Executor sHandlerExecutor; field in JobSchedulerBackgroundThread52 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()76 return sHandlerExecutor; in getExecutor()