Home
last modified time | relevance | path

Searched refs:sHandlerExecutor (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Scheduling/tests/src/com/android/cts/scheduling/
H A DRebootReadinessManagerTest.java90 private static HandlerExecutor sHandlerExecutor; field in RebootReadinessManagerTest
95 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()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DIoThread.java33 private static HandlerExecutor sHandlerExecutor; field in IoThread
45 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
66 return sHandlerExecutor; in getExecutor()
H A DFgThread.java40 private static HandlerExecutor sHandlerExecutor; field in FgThread
55 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
76 return sHandlerExecutor; in getExecutor()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBackgroundThread.java35 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread
50 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
71 return sHandlerExecutor; in getExecutor()
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DBackgroundThread.java40 private static HandlerExecutor sHandlerExecutor; field in BackgroundThread
51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
72 return sHandlerExecutor; in getExecutor()
H A DForegroundThread.java40 private static HandlerExecutor sHandlerExecutor; field in ForegroundThread
51 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
72 return sHandlerExecutor; in getExecutor()
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/
H A DJobSchedulerBackgroundThread.java37 private static Executor sHandlerExecutor; field in JobSchedulerBackgroundThread
52 sHandlerExecutor = new HandlerExecutor(sHandler); in ensureThreadLocked()
76 return sHandlerExecutor; in getExecutor()