Searched refs:sHandlerExecutor (Results 1 – 6 of 6) 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()
42 private static HandlerExecutor sHandlerExecutor; field in PermissionThread61 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()91 return sHandlerExecutor; in getExecutor()
46 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread58 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()97 return sHandlerExecutor; in getExecutor()
38 private static Executor sHandlerExecutor; field in AppSchedulingModuleThread53 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()77 return sHandlerExecutor; in getExecutor()
36 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread52 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()73 return sHandlerExecutor; in getExecutor()