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

/frameworks/base/media/java/android/media/
H A DRemoteControlClient.java139 public final static int PLAYBACK_TYPE_LOCAL = 0; field in class:RemoteControlClient
146 private final static int PLAYBACK_TYPE_MIN = PLAYBACK_TYPE_LOCAL;
193 * RemoteControlClient. See {@link #PLAYBACK_TYPE_LOCAL} and {@link #PLAYBACK_TYPE_REMOTE}.
H A DMediaRouter.java1477 int mPlaybackType = PLAYBACK_TYPE_LOCAL;
1512 public final static int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
1750 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1768 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1785 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1804 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
2107 * ({@link RouteInfo#PLAYBACK_TYPE_LOCAL}) or "remote"
2499 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL;
2502 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL : PLAYBACK_TYPE_REMOTE;
/frameworks/base/media/java/android/media/session/
H A DMediaController.java823 public static final int PLAYBACK_TYPE_LOCAL = 1; field in class:MediaController.PlaybackInfo
845 * <li>{@link #PLAYBACK_TYPE_LOCAL}</li>
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaControllerCompat.java696 public static final int PLAYBACK_TYPE_LOCAL = 1; field in class:MediaControllerCompat.PlaybackInfo
720 * <li>{@link PlaybackInfo#PLAYBACK_TYPE_LOCAL}</li>
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java787 @IntDef({PLAYBACK_TYPE_LOCAL,PLAYBACK_TYPE_REMOTE})
798 public static final int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
1098 * @return The type of playback associated with this route: {@link #PLAYBACK_TYPE_LOCAL}

Completed in 700 milliseconds