Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarMediaService.java210 userMediaContext.mRemovedMediaSourceComponents[j] =
231 userMediaContext.mRemovedMediaSourceComponents[j] = null;
519 return userMediaContext.mRemovedMediaSourceComponents; in getRemovedMediaSourceComponentsForUser()
1103 private final ComponentName[] mRemovedMediaSourceComponents; field in CarMediaService.UserMediaPlayContext
1116 mRemovedMediaSourceComponents = new ComponentName[MEDIA_SOURCE_MODES]; in UserMediaPlayContext()