Searched refs:mDarkIconDispatcher (Results 1 – 7 of 7) sorted by relevance
45 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController58 mDarkIconDispatcher = darkIconDispatcher; in OperatorNameViewController()67 mDarkIconDispatcher.addDarkReceiver(mDarkReceiver); in onViewAttached()75 mDarkIconDispatcher.removeDarkReceiver(mDarkReceiver); in onViewDetached()104 private final DarkIconDispatcher mDarkIconDispatcher; field in OperatorNameViewController.Factory114 mDarkIconDispatcher = darkIconDispatcher; in Factory()123 return new OperatorNameViewController(view, mDarkIconDispatcher, mNetworkController, in create()
125 private final DarkIconDispatcher mDarkIconDispatcher; field in StatusBarIconController.DarkIconManager132 mDarkIconDispatcher = Dependency.get(DarkIconDispatcher.class); in DarkIconManager()139 mDarkIconDispatcher.addDarkReceiver((DarkReceiver) view); in onIconAdded()153 mDarkIconDispatcher.removeDarkReceiver((DarkReceiver) mGroup.getChildAt(i)); in destroy()160 mDarkIconDispatcher.removeDarkReceiver((DarkReceiver) mGroup.getChildAt(viewIndex)); in onRemoveIcon()167 mDarkIconDispatcher.applyDark((DarkReceiver) mGroup.getChildAt(viewIndex)); in onSetIcon()173 mDarkIconDispatcher.addDarkReceiver(icons); in createDemoStatusIcons()180 mDarkIconDispatcher.removeDarkReceiver(mDemoStatusIcons); in exitDemoMode()
65 private final DarkIconDispatcher mDarkIconDispatcher; field in HeadsUpAppearanceController148 mDarkIconDispatcher = Dependency.get(DarkIconDispatcher.class); in HeadsUpAppearanceController()179 mDarkIconDispatcher.addDarkReceiver(this); in onViewAttached()190 mDarkIconDispatcher.removeDarkReceiver(this); in onViewDetached()
308 private final DarkIconDispatcher mDarkIconDispatcher; field in LightBarController.Factory320 mDarkIconDispatcher = darkIconDispatcher; in Factory()328 return new LightBarController(context, mDarkIconDispatcher, mBatteryController, in create()
59 private final DarkIconDispatcher mDarkIconDispatcher = mock(DarkIconDispatcher.class); field in HeadsUpAppearanceControllerTest79 mDependency.injectTestDependency(DarkIconDispatcher.class, mDarkIconDispatcher); in setUp()193 reset(mDarkIconDispatcher); in testDestroy()200 verify(mDarkIconDispatcher).removeDarkReceiver((DarkIconDispatcher.DarkReceiver) any()); in testDestroy()
67 DarkIconDispatcher mDarkIconDispatcher; field in NotificationIconAreaControllerTest92 mDarkIconDispatcher, in setup()
277 @Inject Lazy<DarkIconDispatcher> mDarkIconDispatcher; field in Dependency455 mProviders.put(DarkIconDispatcher.class, mDarkIconDispatcher::get); in start()