Home
last modified time | relevance | path

Searched refs:getSequentialSchedulerExecutor (Results 1 – 4 of 4) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/util/
DThreadUtils.java35 public static synchronized Executor getSequentialSchedulerExecutor() { in getSequentialSchedulerExecutor() method in ThreadUtils
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/receivers/
DRecordBootTimestampReceiverTest.java68 ThreadUtils.getSequentialSchedulerExecutor())); in onReceive_shouldRecordBootTime()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImpl.java180 mSequentialExecutor = ThreadUtils.getSequentialSchedulerExecutor(); in DeviceLockControllerSchedulerImpl()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImplTest.java541 Futures.submit(runnable, ThreadUtils.getSequentialSchedulerExecutor())); in runBySequentialExecutor()