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.java1544 int mPlaybackType = PLAYBACK_TYPE_LOCAL;
1611 @IntDef({PLAYBACK_TYPE_LOCAL, PLAYBACK_TYPE_REMOTE})
1620 public final static int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
1879 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1897 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1914 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
1933 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) {
2243 * ({@link RouteInfo#PLAYBACK_TYPE_LOCAL}) or "remote"
2637 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL;
2640 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaController.java912 public static final int PLAYBACK_TYPE_LOCAL = 1; field in class:MediaController.PlaybackInfo
934 * <li>{@link #PLAYBACK_TYPE_LOCAL}</li>
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java1319 public static final int PLAYBACK_TYPE_LOCAL = 1; field in class:MediaControllerCompat.PlaybackInfo
1343 * <li>{@link PlaybackInfo#PLAYBACK_TYPE_LOCAL}</li>
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java847 @IntDef({PLAYBACK_TYPE_LOCAL,PLAYBACK_TYPE_REMOTE})
858 public static final int PLAYBACK_TYPE_LOCAL = 0; field in class:MediaRouter.RouteInfo
1254 * @return The type of playback associated with this route: {@link #PLAYBACK_TYPE_LOCAL}

Completed in 93 milliseconds