Home
last modified time | relevance | path

Searched refs:RepeatableExecutor (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DSysUIConcurrencyModule.java178 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()
H A DRepeatableExecutor.java25 public interface RepeatableExecutor extends Executor { interface
H A DRepeatableExecutorImpl.java24 class RepeatableExecutorImpl implements RepeatableExecutor {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/concurrency/
H A DRepeatableExecutorTest.java40 private RepeatableExecutor mExecutor;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt39 import com.android.systemui.util.concurrency.RepeatableExecutor
84 @Background private val bgExecutor: RepeatableExecutor,