Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java27 void startCasting(CastDevice device); in startCasting() method
DCastControllerImpl.java166 public void startCasting(CastDevice device) { in startCasting() method in CastControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java280 mController.startCasting(device); in onDetailItemClick()