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