Searched refs:getLastMediaSources (Results 1 – 4 of 4) sorted by relevance
162 public @NonNull List<ComponentName> getLastMediaSources(@MediaSourceMode int mode) { in getLastMediaSources() method in CarMediaManager164 return mService.getLastMediaSources(mode); in getLastMediaSources()
38 List<ComponentName> getLastMediaSources(int mode); in getLastMediaSources() method
178 for (ComponentName component : getLastMediaSources(i)) {438 for (ComponentName name : getLastMediaSources(MEDIA_SOURCE_MODE_PLAYBACK)) { in dump()444 for (ComponentName name : getLastMediaSources(MEDIA_SOURCE_MODE_BROWSE)) { in dump()505 public List<ComponentName> getLastMediaSources(@CarMediaManager.MediaSourceMode int mode) { in getLastMediaSources() method in CarMediaService
1028 …DIA_CONTENT_CONTROL) public java.util.List<android.content.ComponentName> getLastMediaSources(int);