Home
last modified time | relevance | path

Searched refs:getCastDevices (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DCastTileTest.java184 when(mController.getCastDevices()).thenReturn(devices); in testStateActive_wifiEnabledAndCasting()
221 when(mController.getCastDevices()).thenReturn(devices); in testStateActive_hotspotEnabledAndConnectedAndCasting()
243 when(mController.getCastDevices()).thenReturn(devices); in testHandleClick_castDevicePresent()
259 when(mController.getCastDevices()).thenReturn(devices); in testHandleClick_projectionOnly()
276 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_projectionOnly()
298 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_castingAndProjection()
322 when(mController.getCastDevices()).thenReturn(devices); in testUpdateState_connectedAndConnecting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java27 List<CastDevice> getCastDevices(); in getCastDevices() method
DCastControllerImpl.java157 public List<CastDevice> getCastDevices() { in getCastDevices() method in CastControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeCastController.java41 public List<CastDevice> getCastDevices() { in getCastDevices() method in FakeCastController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java168 for (CastDevice device : mController.getCastDevices()) { in getActiveDevices()
207 final List<CastDevice> devices = mController.getCastDevices(); in handleUpdateState()
366 updateItems(mController.getCastDevices()); in createDetailView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java386 doReturn(buildFakeCastDevice(true)).when(mCastController).getCastDevices(); in castTileAdded_whenDeviceIsCasting()
393 doReturn(buildFakeCastDevice(false)).when(mCastController).getCastDevices(); in castTileNotAdded_whenDeviceIsNotCasting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java369 for (CastDevice device : mCastController.getCastDevices()) {
DPhoneStatusBarPolicy.java491 for (CastDevice device : mCast.getCastDevices()) { in updateCast()