/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | FlashlightControllerImplTest.kt | 64 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 D | ControlsBindingControllerImpl.kt | 42 @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 D | MediaSessionBasedFilter.kt | 49 @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 D | AppAdapterTest.kt | 52 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 D | RegionSamplingHelper.java | 99 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 D | ControlsListingControllerImpl.kt | 68 @Background private val backgroundExecutor: Executor, 112 backgroundExecutor.execute { 145 backgroundExecutor.execute { 166 backgroundExecutor.execute { 186 backgroundExecutor.execute {
|
H A D | AppAdapter.kt | 48 backgroundExecutor: Executor, 63 backgroundExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | HeaderPrivacyIconsControllerTest.kt | 82 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 D | HeaderPrivacyIconsController.kt | 59 @Background private val backgroundExecutor: Executor, 90 executor = backgroundExecutor 100 backgroundExecutor.execute { 108 executor = backgroundExecutor 169 backgroundExecutor.execute {
|
H A D | FgsManagerController.kt | 142 @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 D | UserFileManagerImplTest.kt | 54 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 D | EmergencyButtonControllerTest.kt | 64 val backgroundExecutor = FakeExecutor(fakeSystemClock) regex 82 backgroundExecutor 95 backgroundExecutor.runAllReady()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskInitializer.kt | 49 @Background private val backgroundExecutor: Executor, 80 backgroundExecutor, 101 userTracker.addCallback(callbacks, backgroundExecutor)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | AsyncActivityLauncher.kt | 38 @UiBackground private val backgroundExecutor: Executor, 59 backgroundExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | DeleteScreenshotReceiver.java | 46 @Background Executor backgroundExecutor) { in DeleteScreenshotReceiver() argument 48 mBackgroundExecutor = backgroundExecutor; in DeleteScreenshotReceiver()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LetterboxBackgroundProvider.kt | 40 @Background private val backgroundExecutor: Executor, 63 backgroundExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | EmergencyButtonController.java | 99 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 D | NotificationClickNotifier.kt | 27 @UiBackground val backgroundExecutor: Executor 54 backgroundExecutor.execute {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/ |
H A D | RecentTaskListProvider.kt | 42 @Background private val backgroundExecutor: Executor, 72 backgroundExecutor
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManagerTest.kt | 126 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 D | UserFileManagerImpl.kt | 49 @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 D | PrivacyDialogController.kt | 68 private val backgroundExecutor: Executor, 84 @Background backgroundExecutor: Executor, 96 backgroundExecutor, 202 backgroundExecutor.execute {
|
H A D | PrivacyDialogControllerV2.kt | 71 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 D | WifiStateWorker.java | 59 @Background DelayableExecutor backgroundExecutor, in WifiStateWorker() argument 62 mBackgroundExecutor = backgroundExecutor; in WifiStateWorker()
|
/aosp14/frameworks/base/core/java/com/android/internal/infra/ |
H A D | RemoteStream.java | 185 Executor backgroundExecutor, 199 backgroundExecutor.execute(this);
|