Home
last modified time | relevance | path

Searched refs:DelayableExecutor (Results 1 – 25 of 101) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DSysUIConcurrencyModule.java139 public static DelayableExecutor provideLongRunningDelayableExecutor( in provideLongRunningDelayableExecutor()
159 public static DelayableExecutor provideDelayableExecutor(@Background Looper looper) { in provideDelayableExecutor()
169 public static DelayableExecutor provideBackgroundDelayableExecutor(@Background Looper looper) { in provideBackgroundDelayableExecutor()
178 public static RepeatableExecutor provideRepeatableExecutor(@Background DelayableExecutor exec) { in provideRepeatableExecutor()
189 @Background DelayableExecutor exec) { in provideBackgroundRepeatableExecutor()
199 public static RepeatableExecutor provideMainRepeatableExecutor(@Main DelayableExecutor exec) { in provideMainRepeatableExecutor()
207 @Main DelayableExecutor executor) { in providesMainMessageRouter()
215 @Background DelayableExecutor executor) { in providesBackgroundMessageRouter()
H A DThreadFactory.java62 DelayableExecutor buildDelayableExecutorOnNewThread(String threadName); in buildDelayableExecutorOnNewThread()
67 DelayableExecutor buildDelayableExecutorOnHandler(Handler handler); in buildDelayableExecutorOnHandler()
72 DelayableExecutor buildDelayableExecutorOnLooper(Looper looper); in buildDelayableExecutorOnLooper()
H A DThreadFactoryImpl.java49 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
56 public DelayableExecutor buildDelayableExecutorOnHandler(Handler handler) { in buildDelayableExecutorOnHandler()
61 public DelayableExecutor buildDelayableExecutorOnLooper(Looper looper) { in buildDelayableExecutorOnLooper()
H A DRepeatableExecutorImpl.java26 private final DelayableExecutor mExecutor;
28 RepeatableExecutorImpl(DelayableExecutor executor) { in RepeatableExecutorImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationTapHelper.java24 import com.android.systemui.util.concurrency.DelayableExecutor;
38 private final DelayableExecutor mExecutor;
44 private NotificationTapHelper(FalsingManager falsingManager, DelayableExecutor executor, in NotificationTapHelper()
148 private final DelayableExecutor mDelayableExecutor;
151 public Factory(FalsingManager falsingManager, @Main DelayableExecutor delayableExecutor) { in Factory()
H A DTapAgainViewController.java27 import com.android.systemui.util.concurrency.DelayableExecutor;
37 private final DelayableExecutor mDelayableExecutor;
58 @Main DelayableExecutor delayableExecutor, in TapAgainViewController()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
H A DFakeThreadFactory.java60 public DelayableExecutor buildDelayableExecutorOnNewThread(String threadName) { in buildDelayableExecutorOnNewThread()
65 public DelayableExecutor buildDelayableExecutorOnHandler(Handler handler) { in buildDelayableExecutorOnHandler()
70 public DelayableExecutor buildDelayableExecutorOnLooper(Looper looper) { in buildDelayableExecutorOnLooper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DLogBufferFreezer.kt27 import com.android.systemui.util.concurrency.DelayableExecutor
33 @Main private val executor: DelayableExecutor,
38 @Main executor: DelayableExecutor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographerTest.kt25 import com.android.systemui.util.concurrency.DelayableExecutor
44 val executor: DelayableExecutor = mock<DelayableExecutor>().also {
118 @BindsInstance @Main executor: DelayableExecutor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/sensors/
H A DProximityCheck.java20 import com.android.systemui.util.concurrency.DelayableExecutor;
35 private final DelayableExecutor mDelayableExecutor;
43 @Main DelayableExecutor delayableExecutor) { in ProximityCheck()
H A DPostureDependentProximitySensor.java23 import com.android.systemui.util.concurrency.DelayableExecutor;
49 @Main DelayableExecutor delayableExecutor, in PostureDependentProximitySensor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DWifiStateWorker.java40 import com.android.systemui.util.concurrency.DelayableExecutor;
52 private DelayableExecutor mBackgroundExecutor;
59 @Background DelayableExecutor backgroundExecutor, in WifiStateWorker()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dexecutors.md13 [DelayableExecutor][DelayableExecutor] available. For test,
19 [DelayableExecutor]: /packages/SystemUI/src/com/android/systemui/util/concurrency/DelayableExecutor
66 ### DelayableExecutor subsection
68 [DelayableExecutor][DelayableExecutor] is the closest analogue we provide to
74 A DelayableExecutor can be accessed via Injection just like a standard Executor.
81 public Foobar(@Background DelayableExecutor bgExecutor) {
95 public Foobar(@Background DelayableExecutor bgExecutor) {
114 Handler | Executor | DelayableExecutor
187 DelayableExecutor (which in turn is an Executor). It takes a FakeSystemClock in
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/sensors/
H A DFakeProximitySensor.java19 import com.android.systemui.util.concurrency.DelayableExecutor;
29 DelayableExecutor delayableExecutor in FakeProximitySensor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
H A DPersistentConnectionManager.java27 import com.android.systemui.util.concurrency.DelayableExecutor;
43 private final DelayableExecutor mMainExecutor;
91 DelayableExecutor mainExecutor, in PersistentConnectionManager()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyItemController.kt28 import com.android.systemui.util.concurrency.DelayableExecutor
38 @Main uiExecutor: DelayableExecutor,
39 @Background private val bgExecutor: DelayableExecutor,
264 private val delegate: DelayableExecutor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DRestartDozeListener.kt25 import com.android.systemui.util.concurrency.DelayableExecutor
38 @Background val bgExecutor: DelayableExecutor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/complication/
H A DHideComplicationTouchHandler.java35 import com.android.systemui.util.concurrency.DelayableExecutor;
61 private final DelayableExecutor mExecutor;
101 @Main DelayableExecutor executor, in HideComplicationTouchHandler()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DStatusBarEventsModule.kt28 import com.android.systemui.util.concurrency.DelayableExecutor
56 @Main executor: DelayableExecutor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DStatefulControlSubscriber.kt24 import com.android.systemui.util.concurrency.DelayableExecutor
34 private val bgExecutor: DelayableExecutor,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/
H A DFakeMediaTttChipControllerReceiver.kt30 import com.android.systemui.util.concurrency.DelayableExecutor
40 mainExecutor: DelayableExecutor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBatteryStateNotifier.kt27 import com.android.systemui.util.concurrency.DelayableExecutor
37 val delayableExecutor: DelayableExecutor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/brightness/
H A DBrightnessDialog.java41 import com.android.systemui.util.concurrency.DelayableExecutor;
56 private final DelayableExecutor mMainExecutor;
64 @Main DelayableExecutor mainExecutor, in BrightnessDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifPipelineChoreographer.kt23 import com.android.systemui.util.concurrency.DelayableExecutor
64 @Main private val executor: DelayableExecutor
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
H A DGroupCoalescer.java37 import com.android.systemui.util.concurrency.DelayableExecutor;
71 private final DelayableExecutor mMainExecutor;
84 @Main DelayableExecutor mainExecutor, in GroupCoalescer()
99 @Main DelayableExecutor mainExecutor, in GroupCoalescer()

12345