Searched defs:supportsControlCategory (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java299 * if (route.supportsControlCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
312 * if (route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO)) {
326 * @see RouteInfo#supportsControlCategory
943 * @see #supportsControlCategory
984 public boolean supportsControlCategory(@NonNull String category) { method in class:MediaRouter.RouteInfo
2108 && route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO)
2109 && !route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);

Completed in 101 milliseconds