Home
last modified time | relevance | path

Searched refs:startCasting (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java28 void startCasting(CastDevice device); in startCasting() method
DCastControllerImpl.java195 public void startCasting(CastDevice device) { in startCasting() method in CastControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeCastController.java46 public void startCasting(CastDevice device) { in startCasting() method in FakeCastController
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java375 mController.startCasting(device); in onDetailItemClick()