/aosp12/packages/apps/Settings/src/com/android/settings/media/ |
H A D | MediaOutputUtils.java | 64 + ", play back type : " + pi.getPlaybackType() + ", play back state : " in getActiveLocalMediaController() 71 if (pi.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_REMOTE) { in getActiveLocalMediaController() 81 if (pi.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getActiveLocalMediaController()
|
/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) 339 whenever(playbackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_REMOTE) 349 whenever(playbackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_REMOTE)
|
H A D | MediaSessionBasedFilterTest.kt | 157 whenever(remotePlaybackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_REMOTE) 158 whenever(localPlaybackInfo.getPlaybackType()).thenReturn(PlaybackInfo.PLAYBACK_TYPE_LOCAL)
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/volume/ |
H A D | Util.java | 80 final String type = playbackInfoTypeToString(info.getPlaybackType()); in playbackInfoToString()
|
H A D | MediaSessions.java | 187 return pi != null && pi.getPlaybackType() == PlaybackInfo.PLAYBACK_TYPE_REMOTE; in isRemote()
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/metrics/ |
H A D | MediaMetricsManagerService.java | 164 .writeInt(metrics.getPlaybackType()) in reportPlaybackMetrics()
|
/aosp12/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackMetrics.java | 245 public int getPlaybackType() { in getPlaybackType() method in PlaybackMetrics
|
/aosp12/frameworks/base/media/java/android/media/session/ |
H A D | MediaController.java | 1038 public int getPlaybackType() { in getPlaybackType() method in MediaController.PlaybackInfo
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaRouter2Manager.java | 379 if (playbackInfo.getPlaybackType() == MediaController.PlaybackInfo.PLAYBACK_TYPE_LOCAL) { in getRoutingSessionForMediaController()
|
H A D | MediaRouter.java | 2004 public int getPlaybackType() { in getPlaybackType() method in MediaRouter.RouteInfo 2820 isLocal &= route.getPlaybackType() == PLAYBACK_TYPE_LOCAL; in routeUpdated()
|
/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 | 23353 method public int getPlaybackType(); 24853 method public int getPlaybackType(); 25191 method public int getPlaybackType();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 15420 method public int getPlaybackType(); 16301 method public int getPlaybackType();
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 11234 HSPLandroid/media/MediaRouter$RouteInfo;->getPlaybackType()I
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 11229 HSPLandroid/media/MediaRouter$RouteInfo;->getPlaybackType()I
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29922 Landroid/media/MediaController2$PlaybackInfo;->getPlaybackType()I
|