Searched refs:newClassName (Results 1 – 1 of 1) sorted by relevance
808 String newClassName = getClassName(controller); in updatePrimaryMediaSourceWithCurrentlyPlaying() local809 if (!matchPrimaryMediaSource(newPackageName, newClassName, in updatePrimaryMediaSourceWithCurrentlyPlaying()811 ComponentName mediaSource = getMediaSource(newPackageName, newClassName); in updatePrimaryMediaSourceWithCurrentlyPlaying()834 @NonNull String newClassName, @CarMediaManager.MediaSourceMode int mode) { in matchPrimaryMediaSource() argument840 if (TextUtils.isEmpty(newClassName)) { in matchPrimaryMediaSource()843 return newClassName.equals(mPrimaryMediaComponents[mode].getClassName()); in matchPrimaryMediaSource()