Home | History | Annotate | Download | only in systemui

Lines Matching defs:getDependency

165                 getDependency(ActivityStarter.class));
171 new BluetoothControllerImpl(mContext, getDependency(BG_LOOPER)));
174 new LocationControllerImpl(mContext, getDependency(BG_LOOPER)));
180 new NetworkControllerImpl(mContext, getDependency(BG_LOOPER),
181 getDependency(DeviceProvisionedController.class)));
184 new ZenModeControllerImpl(mContext, getDependency(MAIN_HANDLER)));
199 new UserSwitcherController(mContext, getDependency(KeyguardMonitor.class),
200 getDependency(MAIN_HANDLER), getDependency(ActivityStarter.class)));
230 new AssistManager(getDependency(DeviceProvisionedController.class), mContext));
241 getDependency(LeakDetector.class),
242 getDependency(LEAK_REPORT_EMAIL)));
245 getDependency(BG_LOOPER),
246 getDependency(LeakDetector.class),
247 getDependency(LeakReporter.class)));
305 getDependency(BG_LOOPER), getDependency(MetricsLogger.class)));
330 protected final <T> T getDependency(Class<T> cls) {
334 protected final <T> T getDependency(DependencyKey<T> key) {
403 return sDependency.getDependency(cls);
407 return sDependency.getDependency(cls);