Searched refs:getMediaSource (Results 1 – 10 of 10) sorted by relevance
132 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_PLAYBACK)) in testSetMediaSource_ModePlaybackIndependent()134 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_BROWSE)) in testSetMediaSource_ModePlaybackIndependent()144 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_BROWSE)) in testSetMediaSource_ModeBrowseIndependent()146 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_PLAYBACK)) in testSetMediaSource_ModeBrowseIndependent()157 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_BROWSE)) in testSetMediaSource_ModePlaybackAndBrowseIndependent()159 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_PLAYBACK)) in testSetMediaSource_ModePlaybackAndBrowseIndependent()169 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_BROWSE)) in testSetMediaSource_Dependent()171 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_PLAYBACK)) in testSetMediaSource_Dependent()176 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_BROWSE)) in testSetMediaSource_Dependent()178 assertThat(mCarMediaService.getMediaSource(MEDIA_SOURCE_MODE_PLAYBACK)) in testSetMediaSource_Dependent()[all …]
71 MediaSource getMediaSource(ComponentName componentName); in getMediaSource() method107 public MediaSource getMediaSource(ComponentName componentName) { in MediaSourceViewModel()130 () -> updateModelState(mInputFactory.getMediaSource(componentName))); in MediaSourceViewModel()135 updateModelState(mInputFactory.getMediaSource(mCarMediaManager.getMediaSource(mode))); in MediaSourceViewModel()
181 private MediaSource getMediaSource() { in getMediaSource() method in MediaItemsRepository215 PerMediaSourceCache cache = mCaches.get(getMediaSource()); in getCache()218 mCaches.put(getMediaSource(), cache); in getCache()
89 public @NonNull ComponentName getMediaSource(@MediaSourceMode int mode) { in getMediaSource() method in CarMediaManager91 return mService.getMediaSource(mode); in getMediaSource()
30 ComponentName getMediaSource(int mode); in getMediaSource() method
473 public ComponentName getMediaSource(@CarMediaManager.MediaSourceMode int mode) { in getMediaSource() method in CarMediaService631 ComponentName mediaSource = getMediaSource(mMediaController.getPackageName(), in onPlaybackStateChanged()811 ComponentName mediaSource = getMediaSource(newPackageName, newClassName); in updatePrimaryMediaSourceWithCurrentlyPlaying()896 private ComponentName getMediaSource(@NonNull String packageName, @NonNull String className) { in getMediaSource() method in CarMediaService
115 public MediaSource getMediaSource(ComponentName componentName) { in initializeViewModel()
134 static ComponentName getMediaSource(@NonNull PackageManager packageManager, in getMediaSource() method in AppLauncherUtils
330 ComponentName componentName = AppLauncherUtils.getMediaSource(mPackageManager, in getMostRecentApps()
1029 …anifest.permission.MEDIA_CONTENT_CONTROL) public android.content.ComponentName getMediaSource(int);