Home
last modified time | relevance | path

Searched defs:getCastDevices (Results 1 – 3 of 3) sorted by relevance

/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/statusbar/policy/
DCastController.java27 List<CastDevice> getCastDevices(); in getCastDevices() method
DCastControllerImpl.java154 public List<CastDevice> getCastDevices() { in getCastDevices() method in CastControllerImpl