/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/ |
D | MediaSessionBasedFilterTest.kt | 97 private lateinit var bgExecutor: FakeExecutor in eq() variable in com.android.systemui.media.MediaSessionBasedFilterTest 125 bgExecutor = FakeExecutor(FakeSystemClock()) in eq() 126 filter = MediaSessionBasedFilter(context, mediaSessionManager, fgExecutor, bgExecutor) in eq() 165 bgExecutor.runAllReady() in eq() 186 bgExecutor.runAllReady() in eq() 195 bgExecutor.runAllReady() in eq() 208 bgExecutor.runAllReady() in eq() 223 bgExecutor.runAllReady() in eq() 238 bgExecutor.runAllReady() in eq() 254 bgExecutor.runAllReady() in eq() [all …]
|
D | MediaControlPanelTest.kt | 83 private lateinit var bgExecutor: FakeExecutor variable in com.android.systemui.media.MediaControlPanelTest 129 bgExecutor = FakeExecutor(FakeSystemClock()) in setUp() 133 player = MediaControlPanel(context, bgExecutor, activityStarter, mediaViewController, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | SeekBarViewModel.kt | 74 @Background private val bgExecutor: RepeatableExecutor constant in com.android.systemui.media.SeekBarViewModel 116 set(value) = bgExecutor.execute { in <lambda>() 138 fun onSeekStarting() = bgExecutor.execute { in <lambda>() 148 fun onSeekProgress(position: Long) = bgExecutor.execute { in <lambda>() 158 fun onSeekFalse() = bgExecutor.execute { in <lambda>() 169 fun onSeek(position: Long) = bgExecutor.execute { in <lambda>() 208 fun clearController() = bgExecutor.execute { in <lambda>() 220 fun onDestroy() = bgExecutor.execute { in <lambda>() 241 cancel = bgExecutor.executeRepeatedly(this::checkPlaybackPosition, 0L, in checkIfPollingNeeded()
|
D | MediaDeviceManager.kt | 45 @Background private val bgExecutor: Executor, in <lambda>() constant in com.android.systemui.media.MediaDeviceManager 149 fun start() = bgExecutor.execute { in <lambda>() 159 fun stop() = bgExecutor.execute { in <lambda>() 192 override fun onDeviceListUpdate(devices: List<MediaDevice>?) = bgExecutor.execute { in <lambda>() 197 bgExecutor.execute { in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/ |
D | StatefulControlSubscriber.kt | 34 private val bgExecutor: DelayableExecutor, constant in com.android.systemui.controls.controller.StatefulControlSubscriber 46 bgExecutor.execute { f() } in run() 87 bgExecutor.execute { in cancel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentInflater.java | 85 @Background Executor bgExecutor, in NotificationContentInflater() argument 91 mBgExecutor = bgExecutor; in NotificationContentInflater() 324 Executor bgExecutor, in apply() argument 353 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply() 378 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply() 404 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply() 429 applyRemoteView(bgExecutor, inflateSynchronously, result, reInflateFlags, flag, in apply() 447 Executor bgExecutor, in applyRemoteView() argument 542 bgExecutor, in applyRemoteView() 549 bgExecutor, in applyRemoteView() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
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;
|
D | ScrollCaptureController.java | 137 ScrollCaptureController(Context context, @Background Executor bgExecutor, in ScrollCaptureController() argument 140 mBgExecutor = bgExecutor; in ScrollCaptureController()
|
D | LongScreenshotActivity.java | 103 @Main Executor mainExecutor, @Background Executor bgExecutor, in LongScreenshotActivity() argument 107 mBackgroundExecutor = bgExecutor; in LongScreenshotActivity()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/ |
D | ActionReceiver.kt | 49 private val bgExecutor: Executor, constant in com.android.systemui.broadcast.ActionReceiver 108 bgExecutor.execute { in onReceive()
|
D | UserBroadcastDispatcher.kt | 53 private val bgExecutor: Executor, in <lambda>() constant in com.android.systemui.broadcast.UserBroadcastDispatcher 134 bgExecutor, in <lambda>()
|
D | BroadcastDispatcher.kt | 67 private val bgExecutor: Executor, constant in com.android.systemui.broadcast.BroadcastDispatcher 172 UserBroadcastDispatcher(context, userId, bgLooper, bgExecutor, logger) in createUBRForUser()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | ControlActionCoordinatorImpl.kt | 50 private val bgExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlActionCoordinatorImpl 167 bgExecutor.execute { vibrator.vibrate(effect) } in <lambda>() 171 bgExecutor.execute { in <lambda>()
|
D | ThumbnailBehavior.kt | 82 cvh.bgExecutor.execute { in bind()
|
D | ControlsUiControllerImpl.kt | 78 @Background val bgExecutor: DelayableExecutor, in <lambda>() constant in com.android.systemui.controls.ui.ControlsUiControllerImpl 412 bgExecutor, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyItemController.kt | 50 @Background private val bgExecutor: DelayableExecutor, constant 187 userTracker.addCallback(userTrackerCallback, bgExecutor) in registerReceiver() 191 bgExecutor.execute { in update() 296 holdingRunnableCanceler = bgExecutor.executeDelayed(updateListAndNotifyChanges, delay) in processNewList()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/ |
D | ControlActionCoordinatorImplTest.kt | 56 private lateinit var bgExecutor: DelayableExecutor variable in com.android.systemui.controls.ui.ControlActionCoordinatorImplTest 85 bgExecutor, in any()
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 50 public Foobar(@Background Executor bgExecutor) { 51 bgExecutor.execute(new Runnable() { 81 public Foobar(@Background DelayableExecutor bgExecutor) { 82 bgExecutor.executeDelayed(new Runnable() { 95 public Foobar(@Background DelayableExecutor bgExecutor) { 96 Runnable cancel = bgExecutor.executeDelayed(new Runnable() {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/ |
D | PeopleHubNotificationListener.kt | 99 @Background private val bgExecutor: Executor, in extractPersonKey() constant 140 bgExecutor.execute { in extractPersonKey() 158 bgExecutor.execute { in extractPersonKey()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierTextManager.java | 173 @Background Executor bgExecutor, in CarrierTextManager() argument 189 mBgExecutor = bgExecutor; in CarrierTextManager() 651 @Background Executor bgExecutor, in Builder() argument 661 mBgExecutor = bgExecutor; in Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileQueryHelper.java | 74 @Background Executor bgExecutor in TileQueryHelper() argument 78 mBgExecutor = bgExecutor; in TileQueryHelper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/ |
D | DependencyProvider.java | 201 @Background Executor bgExecutor, OverlayManager overlayManager, in provideThemeOverlayManager() argument 203 return new ThemeOverlayApplier(overlayManager, bgExecutor, in provideThemeOverlayManager()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
D | TileQueryHelperTest.java | 314 FakeQSTile(Executor bgExecutor, Executor mainExecutor) { in FakeQSTile() argument 315 mBgExecutor = bgExecutor; in FakeQSTile()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SecurityControllerImpl.java | 112 @Background Executor bgExecutor in SecurityControllerImpl() argument 123 mBgExecutor = bgExecutor; in SecurityControllerImpl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/theme/ |
D | ThemeOverlayController.java | 270 @Background Executor bgExecutor, ThemeOverlayApplier themeOverlayApplier, in ThemeOverlayController() argument 281 mBgExecutor = bgExecutor; in ThemeOverlayController()
|