Searched refs:RepeatableExecutor (Results 1 – 5 of 5) sorted by relevance
25 public interface RepeatableExecutor extends Executor { interface
197 ): RepeatableExecutor = RepeatableExecutorImpl(exec) in provideBgHandler()203 fun provideMainRepeatableExecutor(@Main exec: DelayableExecutor): RepeatableExecutor = in provideBgHandler()
24 class RepeatableExecutorImpl implements RepeatableExecutor {
39 private RepeatableExecutor mExecutor;
39 import com.android.systemui.util.concurrency.RepeatableExecutor84 @Background private val bgExecutor: RepeatableExecutor,