Home
last modified time | relevance | path

Searched refs:mMainExecutor (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
DTileQueryHelperTest.java106 private FakeExecutor mMainExecutor; field in TileQueryHelperTest
131 mMainExecutor = new FakeExecutor(clock); in setup()
133 mTileQueryHelper = new TileQueryHelper(mContext, mMainExecutor, mBgExecutor); in setup()
146 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testIsFinished_trueAfterQuerying()
155 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testQueryTiles_callsListenerTwice()
169 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testQueryTiles_isFinishedFalseOnListenerCalls_thenTrueAfterCompletion()
183 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testQueryTiles_correctTilesAndOrderOnlyStockTiles()
203 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles()
223 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testQueryTiles_otherTileNotIncluded()
238 FakeExecutor.exhaustExecutors(mMainExecutor, mBgExecutor); in testCustomTileNotCreated()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java58 private final DelayableExecutor mMainExecutor; field in AppOpsCoordinator
69 mMainExecutor = mainExecutor; in AppOpsCoordinator()
159 final Runnable cancelRunnable = mMainExecutor.executeDelayed(
208 mMainExecutor.execute(() -> handleAppOpsChanged(code, uid, packageName, active)); in onAppOpsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java64 private final Executor mMainExecutor; field in ActivityLaunchAnimator
86 mMainExecutor = mainExecutor; in ActivityLaunchAnimator()
163 mMainExecutor.execute(() -> { in onAnimationStart()
301 mMainExecutor.execute(() -> { in onAnimationCancelled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
DTileQueryHelper.java58 private final Executor mMainExecutor; field in TileQueryHelper
69 mMainExecutor = mainExecutor; in TileQueryHelper()
191 mMainExecutor.execute(() -> { in notifyTilesChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescer.java66 private final DelayableExecutor mMainExecutor; field in GroupCoalescer
99 mMainExecutor = mainExecutor; in GroupCoalescer()
223 mMainExecutor.executeDelayed( in resetShortTimeout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipResizeGestureHandler.java84 private final Executor mMainExecutor; field in PipResizeGestureHandler
122 mMainExecutor = context.getMainExecutor(); in PipResizeGestureHandler()
137 deviceConfig.addOnPropertiesChangedListener(DeviceConfig.NAMESPACE_SYSTEMUI, mMainExecutor, in PipResizeGestureHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java97 mMainExecutor.execute(() -> {
133 private final Executor mMainExecutor; field in EdgeBackGestureHandler
206 mMainExecutor = context.getMainExecutor(); in EdgeBackGestureHandler()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java119 private final DelayableExecutor mMainExecutor; field in NotificationMediaManager
206 mMainExecutor = mainExecutor; in NotificationMediaManager()
652 mMainExecutor.execute(mHideBackdropFront); in finishUpdateMediaMetaData()