Searched refs:setEthernetIndicators (Results 1 – 7 of 7) sorted by relevance
54 callback.setEthernetIndicators(new IconState(ethernetVisible, getCurrentIconId(), in notifyListeners()
90 signalCluster.setEthernetIndicators((IconState) msg.obj); in handleMessage()228 public void setEthernetIndicators(IconState icon) { in setEthernetIndicators() method in CallbackHandler
71 fun setEthernetIndicators(icon: IconState) {} in setEthernetIndicators() method
62 Mockito.verify(mCallbackHandler, Mockito.atLeastOnce()).setEthernetIndicators( in verifyLastEthernetIcon()
171 mHandler.setEthernetIndicators(state); in testSignalCallback_setEthernetIndicators()175 Mockito.verify(mSignalCallback).setEthernetIndicators(iconArg.capture()); in testSignalCallback_setEthernetIndicators()
211 public void setEthernetIndicators(IconState state) { in setEthernetIndicators() method in StatusBarSignalPolicy
349 public void setEthernetIndicators(@NonNull IconState icon) { in setEthernetIndicators() method in InternetTile.InternetSignalCallback