Home
last modified time | relevance | path

Searched defs:runBySequentialExecutor (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImplTest.java114 runBySequentialExecutor(() -> { in correctExpectedToRunTime_retryCheckInExpected_positiveDelta_shouldUpdate() method
137 runBySequentialExecutor(() -> { in correctExpectedToRunTime_retryCheckInExpected_negativeDelta_shouldUpdate() method
159 runBySequentialExecutor(() -> { in correctExpectedToRunTime_resumeProvisionExpected_positiveDelta_shouldUpdate() method
181 runBySequentialExecutor(() -> { in correctExpectedToRunTime_resumeProvisionExpected_negativeDelta_shouldUpdate() method
215 runBySequentialExecutor(() -> { in scheduleResumeProvisionAlarm() method
539 private static void runBySequentialExecutor(Runnable runnable) { in runBySequentialExecutor() method in DeviceLockControllerSchedulerImplTest