/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
D | TileQueryHelperTest.java | 106 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/ |
D | AppOpsCoordinator.java | 58 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/ |
D | ActivityLaunchAnimator.java | 64 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/ |
D | TileQueryHelper.java | 58 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/ |
D | GroupCoalescer.java | 66 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/ |
D | PipResizeGestureHandler.java | 84 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/ |
D | EdgeBackGestureHandler.java | 97 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/ |
D | NotificationMediaManager.java | 119 private final DelayableExecutor mMainExecutor; field in NotificationMediaManager 206 mMainExecutor = mainExecutor; in NotificationMediaManager() 652 mMainExecutor.execute(mHideBackdropFront); in finishUpdateMediaMetaData()
|