Home
last modified time | relevance | path

Searched refs:PLAYBACK_TYPE_LOCAL (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/media/
H A DMediaOutputUtilsTest.java100 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in getActiveLocalMediaController_localMediaStopped_returnNull()
170 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in initPlayback()
H A DMediaOutputIndicatorWorkerTest.java214 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in initPlayback()
247 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in getActiveLocalMediaController_localMediaStopped_returnNull()
/aosp12/packages/apps/Settings/src/com/android/settings/media/
H A DMediaOutputUtils.java81 if (pi.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getActiveLocalMediaController()
/aosp12/frameworks/base/media/java/android/media/
H A DMediaRouter.java1667 int mPlaybackType = PLAYBACK_TYPE_LOCAL;
1736 @IntDef({PLAYBACK_TYPE_LOCAL, PLAYBACK_TYPE_REMOTE})
1745 public final static int PLAYBACK_TYPE_LOCAL = 0; field in MediaRouter.RouteInfo
2024 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolume()
2036 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestSetVolume()
2053 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in requestUpdateVolume()
2072 if (mPlaybackType == PLAYBACK_TYPE_LOCAL) { in getVolumeMax()
2820 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL; in routeUpdated()
2823 mPlaybackType = isLocal ? PLAYBACK_TYPE_LOCAL : PLAYBACK_TYPE_REMOTE; in routeUpdated()
H A DRemoteControlClient.java137 public final static int PLAYBACK_TYPE_LOCAL = 0; field in RemoteControlClient
144 private final static int PLAYBACK_TYPE_MIN = PLAYBACK_TYPE_LOCAL;
H A DMediaRouter2Manager.java379 if (playbackInfo.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getRoutingSessionForMediaController()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java151 private int mVolumeType = PlaybackInfo.PLAYBACK_TYPE_LOCAL;
287 if (mVolumeType == PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in adjustVolume()
332 if (mVolumeType == PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in setVolumeTo()
411 return mVolumeType == PlaybackInfo.PLAYBACK_TYPE_LOCAL; in isPlaybackTypeLocal()
1060 mVolumeType = PlaybackInfo.PLAYBACK_TYPE_LOCAL; in setPlaybackToLocal()
1084 typeChanged = mVolumeType == PlaybackInfo.PLAYBACK_TYPE_LOCAL; in setPlaybackToRemote()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/
H A DUtil.java91 case PlaybackInfo.PLAYBACK_TYPE_LOCAL: in playbackInfoTypeToString()
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaController.java972 @IntDef({PLAYBACK_TYPE_LOCAL, PLAYBACK_TYPE_REMOTE})
979 public static final int PLAYBACK_TYPE_LOCAL = 1; field in MediaController.PlaybackInfo
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaDeviceManagerTest.kt331 whenever(playbackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_LOCAL)
H A DMediaSessionBasedFilterTest.kt158 whenever(localPlaybackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_LOCAL)
H A DMediaDataManagerTest.kt145 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL)
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/
H A DMediaOutputPreferenceControllerTest.java155 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
H A DMediaDataManager.kt644 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) MediaData.PLAYBACK_LOCAL
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt23370 field public static final int PLAYBACK_TYPE_LOCAL = 0; // 0x0
25196 field public static final int PLAYBACK_TYPE_LOCAL = 1; // 0x1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt15433 field public static final int PLAYBACK_TYPE_LOCAL = 0; // 0x0
16303 field public static final int PLAYBACK_TYPE_LOCAL = 1; // 0x1
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt29925 Landroid/media/MediaController2$PlaybackInfo;->PLAYBACK_TYPE_LOCAL:I
32346 Landroid/media/RemoteControlClient;->PLAYBACK_TYPE_LOCAL:I