Searched refs:setEthernetIndicators (Results 1 – 6 of 6) sorted by relevance
79 signalCluster.setEthernetIndicators((IconState) msg.obj); in handleMessage()162 public void setEthernetIndicators(IconState icon) { in setEthernetIndicators() method in CallbackHandler
55 callback.setEthernetIndicators(new IconState(ethernetVisible, getCurrentIconId(), in notifyListeners()
57 default void setEthernetIndicators(IconState icon) {} in setEthernetIndicators() method
44 Mockito.verify(mCallbackHandler, Mockito.atLeastOnce()).setEthernetIndicators( in verifyLastEthernetIcon()
174 mHandler.setEthernetIndicators(state); in testSignalCallback_setEthernetIndicators()178 Mockito.verify(mSignalCallback).setEthernetIndicators(iconArg.capture()); in testSignalCallback_setEthernetIndicators()
323 public void setEthernetIndicators(IconState state) { in setEthernetIndicators() method in SignalClusterView