Home
last modified time | relevance | path

Searched refs:backgroundExecutor (Results 1 – 25 of 50) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DFlashlightControllerImplTest.kt64 private lateinit var backgroundExecutor: FakeExecutor
72 backgroundExecutor = FakeExecutor(fakeSystemClock)
81 backgroundExecutor,
96 backgroundExecutor.runAllReady()
98 verify(cameraManager).registerTorchCallback(eq(backgroundExecutor), any())
104 backgroundExecutor.runAllReady()
112 backgroundExecutor.runAllReady()
120 backgroundExecutor.runAllReady()
127 backgroundExecutor.runAllReady()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DControlsBindingControllerImpl.kt42 @Background private val backgroundExecutor: DelayableExecutor,
85 backgroundExecutor.execute(OnActionResponseRunnable(token, controlId, response))
94 backgroundExecutor,
146 backgroundExecutor,
197 backgroundExecutor.execute {
321 backgroundExecutor.execute(OnSubscribeRunnable(token, subs, requestLimit))
325 backgroundExecutor.execute {
359 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaSessionBasedFilter.kt49 @Background private val backgroundExecutor: Executor
74 backgroundExecutor.execute {
103 backgroundExecutor.execute {
151 backgroundExecutor.execute { dispatchSmartspaceMediaDataLoaded(key, data) }
156 backgroundExecutor.execute {
163 backgroundExecutor.execute { dispatchSmartspaceMediaDataRemoved(key, immediately) }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DAppAdapterTest.kt52 private val backgroundExecutor = FakeExecutor(fakeSystemClock) regex
77 FakeExecutor.exhaustExecutors(backgroundExecutor, uiExecutor)
94 FakeExecutor.exhaustExecutors(backgroundExecutor, uiExecutor)
112 FakeExecutor.exhaustExecutors(backgroundExecutor, uiExecutor)
130 FakeExecutor.exhaustExecutors(backgroundExecutor, uiExecutor)
153 return AppAdapter(backgroundExecutor,
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
H A DRegionSamplingHelper.java99 Executor backgroundExecutor) { in RegionSamplingHelper() argument
101 backgroundExecutor); in RegionSamplingHelper()
105 Executor mainExecutor, Executor backgroundExecutor) { in RegionSamplingHelper() argument
107 backgroundExecutor, new SysuiCompositionSamplingListener()); in RegionSamplingHelper()
112 Executor mainExecutor, Executor backgroundExecutor, in RegionSamplingHelper() argument
114 mBackgroundExecutor = backgroundExecutor; in RegionSamplingHelper()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsListingControllerImpl.kt68 @Background private val backgroundExecutor: Executor,
112 backgroundExecutor.execute {
145 backgroundExecutor.execute {
166 backgroundExecutor.execute {
186 backgroundExecutor.execute {
H A DAppAdapter.kt48 backgroundExecutor: Executor,
63 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DHeaderPrivacyIconsControllerTest.kt82 private val backgroundExecutor = FakeExecutor(FakeSystemClock()) regex
109 backgroundExecutor,
119 backgroundExecutor.runAllReady()
203 backgroundExecutor.runAllReady()
224 backgroundExecutor.runAllReady()
237 backgroundExecutor.runAllReady()
246 backgroundExecutor.runAllReady()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DHeaderPrivacyIconsController.kt59 @Background private val backgroundExecutor: Executor,
90 executor = backgroundExecutor
100 backgroundExecutor.execute {
108 executor = backgroundExecutor
169 backgroundExecutor.execute {
H A DFgsManagerController.kt142 @Background private val backgroundExecutor: Executor,
253 userTracker.addCallback(userTrackerCallback, backgroundExecutor)
259 backgroundExecutor
356 backgroundExecutor.execute {
428 backgroundExecutor.execute {
436 backgroundExecutor.execute {
542 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DUserFileManagerImplTest.kt54 lateinit var backgroundExecutor: FakeExecutor
61 backgroundExecutor = FakeExecutor(FakeSystemClock())
63 UserFileManagerImpl(context, userManager, broadcastDispatcher, backgroundExecutor)
168 assertThat(backgroundExecutor.runAllReady()).isGreaterThan(0)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DEmergencyButtonControllerTest.kt64 val backgroundExecutor = FakeExecutor(fakeSystemClock) regex
82 backgroundExecutor
95 backgroundExecutor.runAllReady()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
H A DNoteTaskInitializer.kt49 @Background private val backgroundExecutor: Executor,
80 backgroundExecutor,
101 userTracker.addCallback(callbacks, backgroundExecutor)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAsyncActivityLauncher.kt38 @UiBackground private val backgroundExecutor: Executor,
59 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DDeleteScreenshotReceiver.java46 @Background Executor backgroundExecutor) { in DeleteScreenshotReceiver() argument
48 mBackgroundExecutor = backgroundExecutor; in DeleteScreenshotReceiver()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLetterboxBackgroundProvider.kt40 @Background private val backgroundExecutor: Executor,
63 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DEmergencyButtonController.java99 Executor mainExecutor, Executor backgroundExecutor) { in EmergencyButtonController() argument
111 mBackgroundExecutor = backgroundExecutor; in EmergencyButtonController()
230 @Background Executor backgroundExecutor) { in Factory() argument
242 mBackgroundExecutor = backgroundExecutor; in Factory()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationClickNotifier.kt27 @UiBackground val backgroundExecutor: Executor
54 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
H A DRecentTaskListProvider.kt42 @Background private val backgroundExecutor: Executor,
72 backgroundExecutor
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManagerTest.kt126 lateinit var backgroundExecutor: FakeExecutor
183 backgroundExecutor = FakeExecutor(clock)
194 backgroundExecutor = backgroundExecutor,
330 backgroundExecutor.runAllReady()
355 assertThat(backgroundExecutor.numPending()).isEqualTo(1)
373 assertThat(backgroundExecutor.runAllReady()).isEqualTo(1)
392 assertThat(backgroundExecutor.runAllReady()).isEqualTo(1)
423 assertThat(backgroundExecutor.runAllReady()).isEqualTo(1)
468 assertThat(backgroundExecutor.runAllReady()).isEqualTo(1)
1925 backgroundExecutor.runAllReady()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DUserFileManagerImpl.kt49 @Background val backgroundExecutor: DelayableExecutor
107 broadcastDispatcher.registerReceiver(broadcastReceiver, filter, backgroundExecutor)
140 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogController.kt68 private val backgroundExecutor: Executor,
84 @Background backgroundExecutor: Executor,
96 backgroundExecutor,
202 backgroundExecutor.execute {
H A DPrivacyDialogControllerV2.kt71 private val backgroundExecutor: Executor,
88 @Background backgroundExecutor: Executor,
101 backgroundExecutor,
219 backgroundExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DWifiStateWorker.java59 @Background DelayableExecutor backgroundExecutor, in WifiStateWorker() argument
62 mBackgroundExecutor = backgroundExecutor; in WifiStateWorker()
/aosp14/frameworks/base/core/java/com/android/internal/infra/
H A DRemoteStream.java185 Executor backgroundExecutor,
199 backgroundExecutor.execute(this);

12