/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/media/ |
H A D | MediaOutputUtilsTest.java | 100 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in getActiveLocalMediaController_localMediaStopped_returnNull() 170 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in initPlayback()
|
H A D | MediaOutputIndicatorWorkerTest.java | 214 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 D | MediaOutputUtils.java | 81 if (pi.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getActiveLocalMediaController()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRouter.java | 1667 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 D | RemoteControlClient.java | 137 public final static int PLAYBACK_TYPE_LOCAL = 0; field in RemoteControlClient 144 private final static int PLAYBACK_TYPE_MIN = PLAYBACK_TYPE_LOCAL;
|
H A D | MediaRouter2Manager.java | 379 if (playbackInfo.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getRoutingSessionForMediaController()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | MediaSessionRecord.java | 151 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 D | Util.java | 91 case PlaybackInfo.PLAYBACK_TYPE_LOCAL: in playbackInfoTypeToString()
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaController.java | 972 @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 D | MediaDeviceManagerTest.kt | 331 whenever(playbackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_LOCAL)
|
H A D | MediaSessionBasedFilterTest.kt | 158 whenever(localPlaybackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_LOCAL)
|
H A D | MediaDataManagerTest.kt | 145 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL)
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sound/ |
H A D | MediaOutputPreferenceControllerTest.java | 155 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL, in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | MediaDataManager.kt | 644 MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) MediaData.PLAYBACK_LOCAL
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 23370 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 D | android-22.txt | 15433 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 D | hiddenapi-max-target-o.txt | 29925 Landroid/media/MediaController2$PlaybackInfo;->PLAYBACK_TYPE_LOCAL:I 32346 Landroid/media/RemoteControlClient;->PLAYBACK_TYPE_LOCAL:I
|