Searched refs:setEthernetIndicators (Results 1 – 6 of 6) sorted by relevance
80 signalCluster.setEthernetIndicators((IconState) msg.obj); in handleMessage()158 public void setEthernetIndicators(IconState icon) { in setEthernetIndicators() method in CallbackHandler
55 callback.setEthernetIndicators(new IconState(ethernetVisible, getCurrentIconId(), in notifyListeners()
82 default void setEthernetIndicators(IconState icon) {} in setEthernetIndicators() method
46 Mockito.verify(mCallbackHandler, Mockito.atLeastOnce()).setEthernetIndicators( in verifyLastEthernetIcon()
184 mHandler.setEthernetIndicators(state); in testSignalCallback_setEthernetIndicators()188 Mockito.verify(mSignalCallback).setEthernetIndicators(iconArg.capture()); in testSignalCallback_setEthernetIndicators()
272 public void setEthernetIndicators(IconState state) { in setEthernetIndicators() method in StatusBarSignalPolicy