Searched defs:runnable (Results 1 – 12 of 12) sorted by relevance
117 ForceStopRunnable runnable = spy(mRunnable); in testReschedulesOnForceStop() local127 ForceStopRunnable runnable = spy(mRunnable); in test_doNothingWhenNotForceStopped() local137 ForceStopRunnable runnable = spy(mRunnable); in test_rescheduleWorkers_updatesSharedPreferences() local145 ForceStopRunnable runnable = spy(mRunnable); in test_UnfinishedWork_getsScheduled() local164 ForceStopRunnable runnable = spy(mRunnable); in testReconcileJobs() local182 ForceStopRunnable runnable = spy(mRunnable); in test_rethrowForNonRecoverableSqliteExceptions() local198 ForceStopRunnable runnable = spy(mRunnable); in test_initializationExceptionHandler() local229 ForceStopRunnable runnable = spy(mRunnable); in test_InitializationExceptionHandler_migrationFailures() local237 ForceStopRunnable runnable = spy(mRunnable); in test_completeOnMultiProcessChecks() local
51 for (runnable in commands) { in testSerialExecutor() variable
36 void scheduleWithDelay(@IntRange(from = 0) long delayInMillis, @NonNull Runnable runnable); in scheduleWithDelay()44 void cancel(@NonNull Runnable runnable); in cancel()
47 public void scheduleWithDelay(long delayInMillis, @NonNull Runnable runnable) { in scheduleWithDelay()52 public void cancel(@NonNull Runnable runnable) { in cancel()
75 Runnable runnable = new Runnable() { in schedule() local95 Runnable runnable = mRunnables.remove(workSpecId); in unschedule() local
45 default void executeOnTaskThread(@NonNull Runnable runnable) { in executeOnTaskThread()
40 public void executeOnTaskThread(@NonNull Runnable runnable) { in executeOnTaskThread()
88 Task(@NonNull SerialExecutorImpl serialExecutor, @NonNull Runnable runnable) { in Task()
73 WorkTimerRunnable runnable = new WorkTimerRunnable(this, id); in startTimer() local
98 val mainExecutor = Executor { runnable -> runnable.run() } in <lambda>() method
1972 ForceStopRunnable runnable = new ForceStopRunnable(mContext, mWorkManagerImpl); in testForceStopRunnable_resetsRunningWorkStatuses() local
1041 private static void executeListener(Runnable runnable, Executor executor) { in executeListener()