Searched refs:sHandlerExecutor (Results 1 – 4 of 4) sorted by relevance
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()
37 private static Executor sHandlerExecutor; field in JobSchedulerBackgroundThread52 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()76 return sHandlerExecutor; in getExecutor()