/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
D | TileQueryHelperTest.java | 138 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testIsFinished_trueAfterQuerying() 148 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_callsListenerTwice() 163 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_isFinishedFalseOnListenerCalls_thenTrueAfterCompletion() 178 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_correctTilesAndOrderOnlyStockTiles() 199 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_correctTilesAndOrderOtherFactoryTiles() 220 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testQueryTiles_otherTileNotIncluded() 251 waitForIdleSync(Dependency.get(Dependency.MAIN_HANDLER)); in testThirdPartyTilesInactive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 77 Dependency.get(Dependency.MAIN_HANDLER).post(() -> { in onListenerConnected() 91 Dependency.get(Dependency.MAIN_HANDLER).post(() -> { in onNotificationPosted() 130 Dependency.get(Dependency.MAIN_HANDLER).post(() -> { in onNotificationRemoved() 146 Dependency.get(Dependency.MAIN_HANDLER).post(() -> { in onNotificationRankingUpdate()
|
D | NotificationLockscreenUserManagerImpl.java | 190 mLockscreenSettingsObserver = new ContentObserver(Dependency.get(Dependency.MAIN_HANDLER)) { in setUpWithPresenter() 203 mSettingsObserver = new ContentObserver(Dependency.get(Dependency.MAIN_HANDLER)) { in setUpWithPresenter()
|
D | NotificationMediaManager.java | 18 import static com.android.systemui.Dependency.MAIN_HANDLER; 109 private final Handler mHandler = Dependency.get(MAIN_HANDLER);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | SystemUIService.java | 58 }, Dependency.get(Dependency.MAIN_HANDLER)); in onCreate()
|
D | Dependency.java | 189 public static final DependencyKey<Handler> MAIN_HANDLER = field in Dependency 317 mProviders.put(MAIN_HANDLER, mMainHandler::get); in start()
|
D | ScreenDecorations.java | 403 Dependency.get(Dependency.MAIN_HANDLER).post( in setupDecorations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/ |
D | NotificationMediaTemplateViewWrapper.java | 19 import static com.android.systemui.Dependency.MAIN_HANDLER; 57 private final Handler mHandler = Dependency.get(MAIN_HANDLER);
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | AutoHideControllerTest.java | 61 spy(new AutoHideController(mContext, Dependency.get(Dependency.MAIN_HANDLER))); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NonPhoneDependencyTest.java | 71 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setUp()
|
D | NotificationListenerTest.java | 74 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setUp()
|
D | NavigationBarControllerTest.java | 71 new NavigationBarController(mContext, Dependency.get(Dependency.MAIN_HANDLER))); in setUp()
|
D | NotificationLockscreenUserManagerTest.java | 91 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/ |
D | TileQueryHelper.java | 66 mMainHandler = Dependency.get(Dependency.MAIN_HANDLER); in TileQueryHelper()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BatteryControllerImpl.java | 242 Dependency.get(Dependency.MAIN_HANDLER).post(this::notifyEstimateFetchCallbacks); in updateEstimateInBackground()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInterruptionStateProvider.java | 104 mHeadsUpObserver = new ContentObserver(Dependency.get(Dependency.MAIN_HANDLER)) { in setUpWithPresenter()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ScreenDecorationsTest.java | 88 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | CarrierTextControllerTest.java | 110 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationGutsManager.java | 390 Runnable r = () -> Dependency.get(Dependency.MAIN_HANDLER).post( in openGuts()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierTextController.java | 422 Handler handler = Dependency.get(Dependency.MAIN_HANDLER); in postToCallback()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 228 mDependency.injectTestDependency(Dependency.MAIN_HANDLER, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarFragment.java | 177 private Handler mHandler = Dependency.get(Dependency.MAIN_HANDLER);
|
D | StatusBar.java | 29 import static com.android.systemui.Dependency.MAIN_HANDLER; 601 Dependency.get(MAIN_HANDLER).post(() -> { in onActiveStateChanged() 1080 new LockPatternUtils(mContext), Dependency.get(MAIN_HANDLER), in setUpPresenter()
|