/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaSessionBasedFilterTest.kt | 139 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 D | DozeSuspendScreenStatePreventingAdapter.java | 33 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 D | DozeScreenStatePreventingAdapter.java | 33 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 D | DozeBrightnessHostForwarder.java | 29 Executor bgExecutor) { in DozeBrightnessHostForwarder() argument 30 super(wrappedService, bgExecutor); in DozeBrightnessHostForwarder()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/ |
H A D | UserCreatorTest.kt | 37 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 D | SeekBarViewModel.kt | 84 @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 D | RestartDozeListener.kt | 38 @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 D | StatefulControlSubscriber.kt | 34 private val bgExecutor: DelayableExecutor, 46 bgExecutor.execute { f() } 87 bgExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ |
H A D | UserCreator.kt | 41 @Background private val bgExecutor: Executor 60 bgExecutor.execute { 69 bgExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
H A D | AppClipsViewModel.java | 66 @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 D | AppClipsTrampolineActivity.java | 109 @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 D | RemoteLockscreenValidationClient.java | 55 @Nullable Executor bgExecutor, @NonNull ComponentName serviceComponent) { in create() argument 56 return new RemoteLockscreenValidationClientImpl(context, bgExecutor, serviceComponent); in create()
|
H A D | RemoteLockscreenValidationClientImpl.java | 66 @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 D | DozeModule.java | 65 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 D | ControlsUiControllerImplTest.kt | 103 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 D | WalletModule.java | 63 @Background Executor bgExecutor) { in provideQuickAccessWalletClient() argument 64 return QuickAccessWalletClient.create(context, bgExecutor); in provideQuickAccessWalletClient()
|
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | QuickAccessWalletClient.java | 56 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 D | MediaDeviceManager.kt | 66 @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 D | BroadcastSender.kt | 24 @Background private val bgExecutor: Executor 121 bgExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflater.java | 91 @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 D | ScrollCaptureClient.java | 164 @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 D | DreamOverlayNotificationCountProvider.java | 83 @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 D | RegionSamplerTest.kt | 39 @Mock private lateinit var bgExecutor: Executor 65 bgExecutor, 78 bgExecutor,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
H A D | AppOpsPrivacyItemMonitor.kt | 50 @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 D | NotificationMemoryLoggerTest.kt | 53 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)
|