Home
last modified time | relevance | path

Searched refs:getPlaybackType (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/support/media-compat/api21/android/support/v4/media/session/
DMediaControllerCompatApi21.java191 public static int getPlaybackType(Object volumeInfoObj) { in getPlaybackType() method in MediaControllerCompatApi21.PlaybackInfo
192 return ((MediaController.PlaybackInfo)volumeInfoObj).getPlaybackType(); in getPlaybackType()
317 mCallback.onAudioInfoChanged(info.getPlaybackType(), in onAudioInfoChanged()
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
DMediaRouteDescriptor.java212 public int getPlaybackType() { in getPlaybackType() method in MediaRouteDescriptor
322 result.append(", playbackType=").append(getPlaybackType()); in toString()
DSystemMediaRouteProvider.java611 MediaRouterJellybean.RouteInfo.getPlaybackType(record.mRouteObj)); in onBuildSystemRouteDescriptor()
626 record.mRouteObj, record.mRoute.getPlaybackType()); in updateUserRouteProperties()
DMediaRouter.java1258 public int getPlaybackType() { in getPlaybackType() method in MediaRouter.RouteInfo
1511 if (mPlaybackType != descriptor.getPlaybackType()) { in updateDescriptor()
1512 mPlaybackType = descriptor.getPlaybackType(); in updateDescriptor()
2703 mPlaybackInfo.playbackType = mSelectedRoute.getPlaybackType(); in updatePlaybackInfoFromSelectedRoute()
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/
DMediaSessionCompatTest.java547 && info.getPlaybackType() in testPlaybackToLocalAndRemote()
554 info.getPlaybackType()); in testPlaybackToLocalAndRemote()
563 info.getPlaybackType()); in testPlaybackToLocalAndRemote()
573 info.getPlaybackType()); in testPlaybackToLocalAndRemote()
771 info.getPlaybackType()); in verifyNewSession()
DMediaControllerCompatTest.java408 assertEquals(playbackType, info.getPlaybackType()); in testPlaybackInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DUtil.java86 final String type = playbackInfoTypeToString(info.getPlaybackType()); in playbackInfoToString()
DMediaSessions.java166 return pi != null && pi.getPlaybackType() == PlaybackInfo.PLAYBACK_TYPE_REMOTE; in isRemote()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardDisplayManager.java97 && route.getPlaybackType() == MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE; in updateDisplays()
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
DMediaRouterJellybean.java156 public static int getPlaybackType(Object routeObj) { in getPlaybackType() method in MediaRouterJellybean.RouteInfo
157 return ((android.media.MediaRouter.RouteInfo)routeObj).getPlaybackType(); in getPlaybackType()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java289 if (record.getPlaybackType() == PlaybackInfo.PLAYBACK_TYPE_REMOTE) { in getDefaultRemoteSession()
DMediaSessionRecord.java346 public int getPlaybackType() { in getPlaybackType() method in MediaSessionRecord
/frameworks/base/media/java/android/media/session/
DMediaController.java940 public int getPlaybackType() { in getPlaybackType() method in MediaController.PlaybackInfo
/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaControllerCompat.java1192 public int getPlaybackType() { in getPlaybackType() method in MediaControllerCompat.PlaybackInfo
1990 MediaControllerCompatApi21.PlaybackInfo.getPlaybackType(volumeInfoObj), in getPlaybackInfo()
/frameworks/base/media/java/android/media/
DMediaRouter.java1816 public int getPlaybackType() { in getPlaybackType() method in MediaRouter.RouteInfo
2589 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL; in routeUpdated()
/frameworks/support/api/
D22.0.0.txt2698 method public int getPlaybackType();
5083 method public int getPlaybackType();
5271 method public int getPlaybackType();
D22.1.0.txt2853 method public int getPlaybackType();
5654 method public int getPlaybackType();
5842 method public int getPlaybackType();
D22.2.0.txt3239 method public int getPlaybackType();
7255 method public int getPlaybackType();
7443 method public int getPlaybackType();
D22.2.1.txt3268 method public int getPlaybackType();
7344 method public int getPlaybackType();
7532 method public int getPlaybackType();
D25.1.0.txt5720 method public int getPlaybackType();
8616 method public int getPlaybackType();
8812 method public int getPlaybackType();
D25.0.0.txt5336 method public int getPlaybackType();
8205 method public int getPlaybackType();
8400 method public int getPlaybackType();
D23.0.0.txt3918 method public int getPlaybackType();
8428 method public int getPlaybackType();
8616 method public int getPlaybackType();
D25.2.0.txt5720 method public int getPlaybackType();
8616 method public int getPlaybackType();
8812 method public int getPlaybackType();
D24.2.0.txt5280 method public int getPlaybackType();
8127 method public int getPlaybackType();
8322 method public int getPlaybackType();
D26.0.0-alpha1.txt6594 method public int getPlaybackType();
9521 method public int getPlaybackType();
9717 method public int getPlaybackType();

12