Home | History | Annotate | Download | only in phone

Lines Matching defs:Dependency

149 import com.android.systemui.Dependency;
404 Dependency.get(RemoteInputQuickSettingsDisabler.class);
452 private final MetricsLogger mMetricsLogger = Dependency.get(MetricsLogger.class);
489 private final UiOffloadThread mUiOffloadThread = Dependency.get(UiOffloadThread.class);
577 = (KeyguardMonitorImpl) Dependency.get(KeyguardMonitor.class);
627 mGroupManager = Dependency.get(NotificationGroupManager.class);
628 mVisualStabilityManager = Dependency.get(VisualStabilityManager.class);
629 mNotificationLogger = Dependency.get(NotificationLogger.class);
630 mRemoteInputManager = Dependency.get(NotificationRemoteInputManager.class);
631 mNotificationListener = Dependency.get(NotificationListener.class);
632 mGroupManager = Dependency.get(NotificationGroupManager.class);
633 mNetworkController = Dependency.get(NetworkController.class);
634 mUserSwitcherController = Dependency.get(UserSwitcherController.class);
635 mScreenLifecycle = Dependency.get(ScreenLifecycle.class);
637 mWakefulnessLifecycle = Dependency.get(WakefulnessLifecycle.class);
639 mBatteryController = Dependency.get(BatteryController.class);
640 mAssistManager = Dependency.get(AssistManager.class);
643 mLockscreenUserManager = Dependency.get(NotificationLockscreenUserManager.class);
644 mGutsManager = Dependency.get(NotificationGutsManager.class);
645 mMediaManager = Dependency.get(NotificationMediaManager.class);
646 mEntryManager = Dependency.get(NotificationEntryManager.class);
647 mViewHierarchyManager = Dependency.get(NotificationViewHierarchyManager.class);
648 mAppOpsListener = Dependency.get(AppOpsListener.class);
650 mZenController = Dependency.get(ZenModeController.class);
653 mColorExtractor = Dependency.get(SysuiColorExtractor.class);
664 mVibratorHelper = Dependency.get(VibratorHelper.class);
668 DateTimeView.setReceiverHandler(Dependency.get(Dependency.TIME_TICK_HANDLER));
681 mDeviceProvisionedController = Dependency.get(DeviceProvisionedController.class);
785 Dependency.get(ActivityStarterDelegate.class).setActivityStarterImpl(this);
787 Dependency.get(ConfigurationController.class).addCallback(this);
832 Dependency.get(DarkIconDispatcher.class).addDarkReceiver(mNotificationIconAreaController);
856 mIconController = Dependency.get(StatusBarIconController.class);
860 Dependency.get(ConfigurationController.class).addCallback(mHeadsUpManager);
934 mLightBarController = Dependency.get(LightBarController.class);
976 Dependency.get(ExtensionController.class)
1122 ((UserInfoControllerImpl) Dependency.get(UserInfoController.class))
1124 Dependency.get(UserSwitcherController.class).onDensityOrFontScaleChanged();
1325 Dependency.get(KeyguardDismissUtil.class).setDismissHandler(this::executeWhenUnlocked);
2871 mStatusBarWindowManager = Dependency.get(StatusBarWindowManager.class);
3395 Dependency.get(ActivityStarterDelegate.class).setActivityStarterImpl(null);
3397 Dependency.get(ConfigurationController.class).removeCallback(this);
5004 = Dependency.get(DeviceProvisionedController.class);