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

/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java89 if (route != null && route.supportsControlCategory(
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DPlayer.java89 if (route != null && route.supportsControlCategory(
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java323 * if (route.supportsControlCategory(MediaControlIntent.CATEGORY_REMOTE_PLAYBACK)) {
336 * if (route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO)) {
350 * @see RouteInfo#supportsControlCategory
1099 * @see #supportsControlCategory
1140 public boolean supportsControlCategory(@NonNull String category) { method in class:MediaRouter.RouteInfo
1293 && supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO)
1294 && !supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);
2546 && route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_AUDIO)
2547 && !route.supportsControlCategory(MediaControlIntent.CATEGORY_LIVE_VIDEO);

Completed in 107 milliseconds