Searched refs:stopCasting (Results 1 – 5 of 5) sorted by relevance
29 void stopCasting(CastDevice device); in stopCasting() method
204 public void stopCasting(CastDevice device) { in stopCasting() method in CastControllerImpl
51 public void stopCasting(CastDevice device) { in stopCasting() method in FakeCastController
186 mController.stopCasting(activeDevices.get(0)); in handleClick()
341 verify(mController, times(1)).stopCasting(same(device)); in testHandleClick_projectionOnly()