Searched refs:RepeatableExecutor (Results 1 – 5 of 5) sorted by relevance
178 public static RepeatableExecutor provideRepeatableExecutor(@Background DelayableExecutor exec) { in provideRepeatableExecutor()188 public static RepeatableExecutor provideBackgroundRepeatableExecutor( in provideBackgroundRepeatableExecutor()199 public static RepeatableExecutor provideMainRepeatableExecutor(@Main DelayableExecutor exec) { in provideMainRepeatableExecutor()
25 public interface RepeatableExecutor extends Executor { interface
24 class RepeatableExecutorImpl implements RepeatableExecutor {
40 private RepeatableExecutor mExecutor;
39 import com.android.systemui.util.concurrency.RepeatableExecutor84 @Background private val bgExecutor: RepeatableExecutor,