Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeCastController.java40 public Set<CastDevice> getCastDevices() { in getCastDevices() method in FakeCastController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java27 Set<CastDevice> getCastDevices(); in getCastDevices() method
DCastControllerImpl.java133 public Set<CastDevice> getCastDevices() { in getCastDevices() method in CastControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java152 final Set<CastDevice> devices = mController.getCastDevices(); in handleUpdateState()
259 updateItems(mController.getCastDevices()); in createDetailView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java480 for (CastDevice device : mCast.getCastDevices()) { in updateCast()