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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java145 public final static int PLAYBACK_TYPE_LOCAL = 0; field in class:RemoteControlClient
152 private final static int PLAYBACK_TYPE_MIN = PLAYBACK_TYPE_LOCAL;
199 * RemoteControlClient. See {@link #PLAYBACK_TYPE_LOCAL} and {@link #PLAYBACK_TYPE_REMOTE}.
852 private int mPlaybackType = PLAYBACK_TYPE_LOCAL;
H A DMediaRouter.java1468 int mPlaybackType = PLAYBACK_TYPE_LOCAL;
1503 public final static int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
1741 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1759 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1776 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1795 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
2097 * ({@link RouteInfo#PLAYBACK_TYPE_LOCAL}) or "remote"
2442 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL;
2445 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL : PLAYBACK_TYPE_REMOTE;
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java618 public static final int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
910 * @return The type of playback associated with this route: {@link #PLAYBACK_TYPE_LOCAL}

Completed in 72 milliseconds