Searched refs:getCastDevices (Results 1 – 8 of 8) sorted by relevance
145 when(mController.getCastDevices()).thenReturn(devices); in testStateActive_wifiEnabledAndCasting()164 when(mController.getCastDevices()).thenReturn(devices); in testHandleClick_castDevicePresent()180 when(mController.getCastDevices()).thenReturn(devices); in testHandleClick_projectionOnly()197 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_projectionOnly()219 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_castingAndProjection()243 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_connectedAndConnecting()
129 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()136 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()
27 List<CastDevice> getCastDevices(); in getCastDevices() method
154 public List<CastDevice> getCastDevices() { in getCastDevices() method in CastControllerImpl
41 public List<CastDevice> getCastDevices() { in getCastDevices() method in FakeCastController
148 for (CastDevice device : mController.getCastDevices()) { in getActiveDevices()186 final List<CastDevice> devices = mController.getCastDevices(); in handleUpdateState()324 updateItems(mController.getCastDevices()); in createDetailView()
202 for (CastDevice device : mCastController.getCastDevices()) {
422 for (CastDevice device : mCast.getCastDevices()) { in updateCast()