Home
last modified time | relevance | path

Searched refs:bgExecutor (Results 1 – 25 of 69) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/
H A DMediaSessionBasedFilterTest.kt139 bgExecutor.runAllReady()
160 bgExecutor.runAllReady()
169 bgExecutor.runAllReady()
182 bgExecutor.runAllReady()
197 bgExecutor.runAllReady()
212 bgExecutor.runAllReady()
228 bgExecutor.runAllReady()
235 bgExecutor.runAllReady()
258 bgExecutor.runAllReady()
277 bgExecutor.runAllReady()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSuspendScreenStatePreventingAdapter.java33 DozeSuspendScreenStatePreventingAdapter(DozeMachine.Service inner, Executor bgExecutor) { in DozeSuspendScreenStatePreventingAdapter() argument
34 super(inner, bgExecutor); in DozeSuspendScreenStatePreventingAdapter()
50 DozeParameters params, Executor bgExecutor) { in wrapIfNeeded() argument
51 return isNeeded(params) ? new DozeSuspendScreenStatePreventingAdapter(inner, bgExecutor) in wrapIfNeeded()
H A DDozeScreenStatePreventingAdapter.java33 DozeScreenStatePreventingAdapter(DozeMachine.Service inner, Executor bgExecutor) { in DozeScreenStatePreventingAdapter() argument
34 super(inner, bgExecutor); in DozeScreenStatePreventingAdapter()
52 DozeParameters params, Executor bgExecutor) { in wrapIfNeeded() argument
53 return isNeeded(params) ? new DozeScreenStatePreventingAdapter(inner, bgExecutor) : inner; in wrapIfNeeded()
H A DDozeBrightnessHostForwarder.java29 Executor bgExecutor) { in DozeBrightnessHostForwarder() argument
30 super(wrappedService, bgExecutor); in DozeBrightnessHostForwarder()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/
H A DUserCreatorTest.kt37 private lateinit var bgExecutor: FakeExecutor
44 bgExecutor = FakeExecutor(FakeSystemClock())
45 userCreator = UserCreator(context, userManager, mainExecutor, bgExecutor)
63 bgExecutor.runAllReady()
67 bgExecutor.runAllReady()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/models/player/
H A DSeekBarViewModel.kt84 @Background private val bgExecutor: RepeatableExecutor,
131 bgExecutor.execute {
157 bgExecutor.execute {
169 bgExecutor.execute {
187 bgExecutor.execute {
200 bgExecutor.execute {
271 bgExecutor.execute {
282 bgExecutor.execute {
308 bgExecutor.executeRepeatedly(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DRestartDozeListener.kt38 @Background val bgExecutor: DelayableExecutor,
68 bgExecutor.executeDelayed(
85 bgExecutor.execute { settings.putBool(RESTART_SLEEP_KEY, sleeping) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DStatefulControlSubscriber.kt34 private val bgExecutor: DelayableExecutor,
46 bgExecutor.execute { f() }
87 bgExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
H A DUserCreator.kt41 @Background private val bgExecutor: Executor
60 bgExecutor.execute {
69 bgExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/
H A DAppClipsViewModel.java66 @Background Executor bgExecutor) { in AppClipsViewModel() argument
70 mBgExecutor = bgExecutor; in AppClipsViewModel()
162 @Main Executor mainExecutor, @Background Executor bgExecutor) { in Factory() argument
166 mBgExecutor = bgExecutor; in Factory()
H A DAppClipsTrampolineActivity.java109 @Background Executor bgExecutor, @Main Executor mainExecutor, in AppClipsTrampolineActivity() argument
115 mBgExecutor = bgExecutor; in AppClipsTrampolineActivity()
127 @Background Executor bgExecutor, @Main Executor mainExecutor, in AppClipsTrampolineActivity() argument
134 mBgExecutor = bgExecutor; in AppClipsTrampolineActivity()
/aosp14/frameworks/base/core/java/android/service/remotelockscreenvalidation/
H A DRemoteLockscreenValidationClient.java55 @Nullable Executor bgExecutor, @NonNull ComponentName serviceComponent) { in create() argument
56 return new RemoteLockscreenValidationClientImpl(context, bgExecutor, serviceComponent); in create()
H A DRemoteLockscreenValidationClientImpl.java66 @Nullable Executor bgExecutor, in RemoteLockscreenValidationClientImpl() argument
71 mLifecycleExecutor = (bgExecutor == null) ? Runnable::run : bgExecutor; in RemoteLockscreenValidationClientImpl()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/dagger/
H A DDozeModule.java65 DozeHost dozeHost, DozeParameters dozeParameters, @UiBackground Executor bgExecutor) { in providesWrappedService() argument
67 wrappedService = new DozeBrightnessHostForwarder(wrappedService, dozeHost, bgExecutor); in providesWrappedService()
69 wrappedService, dozeParameters, bgExecutor); in providesWrappedService()
71 wrappedService, dozeParameters, bgExecutor); in providesWrappedService()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImplTest.kt103 private val bgExecutor = FakeExecutor(FakeSystemClock()) regex
135 bgExecutor,
217 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
237 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
265 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
289 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
323 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
342 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
499 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
540 FakeExecutor.exhaustExecutors(uiExecutor, bgExecutor)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/
H A DWalletModule.java63 @Background Executor bgExecutor) { in provideQuickAccessWalletClient() argument
64 return QuickAccessWalletClient.create(context, bgExecutor); in provideQuickAccessWalletClient()
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java56 static QuickAccessWalletClient create(@NonNull Context context, @Nullable Executor bgExecutor) { in create() argument
57 return new QuickAccessWalletClientImpl(context, bgExecutor); in create()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDeviceManager.kt66 @Background private val bgExecutor: Executor,
179 bgExecutor.execute {
195 bgExecutor.execute {
237 bgExecutor.execute { updateCurrent() }
240 bgExecutor.execute { updateCurrent() }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/
H A DBroadcastSender.kt24 @Background private val bgExecutor: Executor
121 bgExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java91 @Background Executor bgExecutor, in NotificationContentInflater() argument
99 mBgExecutor = bgExecutor; in NotificationContentInflater()
374 Executor bgExecutor, in apply() argument
405 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
432 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
487 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply()
509 Executor bgExecutor, in applyRemoteView() argument
613 bgExecutor, in applyRemoteView()
620 bgExecutor, in applyRemoteView()
869 Executor bgExecutor, in AsyncInflationTask() argument
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java164 @Background Executor bgExecutor, @UiContext Context context) { in ScrollCaptureClient() argument
166 mBgExecutor = bgExecutor; in ScrollCaptureClient()
261 Rect boundsInWindow, float maxPages, Executor bgExecutor)
274 mBgExecutor = bgExecutor;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayNotificationCountProvider.java83 @Background Executor bgExecutor) { in DreamOverlayNotificationCountProvider() argument
86 bgExecutor.execute(() -> { in DreamOverlayNotificationCountProvider()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/regionsampling/
H A DRegionSamplerTest.kt39 @Mock private lateinit var bgExecutor: Executor
65 bgExecutor,
78 bgExecutor,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DAppOpsPrivacyItemMonitor.kt50 @Background private val bgExecutor: DelayableExecutor,
171 userTracker.addCallback(userTrackerCallback, bgExecutor)
231 bgExecutor.execute {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLoggerTest.kt53 private val bgExecutor = FakeExecutor(FakeSystemClock()) regex
68 .setPullAtomCallback(SysUiStatsLog.NOTIFICATION_MEMORY_USE, null, bgExecutor, logger)
126 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor)
135 val logger = NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor)
266 return NotificationMemoryLogger(pipeline, statsManager, immediate, bgExecutor)

123