Searched refs:newClassName (Results 1 – 1 of 1) sorted by relevance
705 String newClassName = getClassName(controller); in updatePrimaryMediaSourceWithCurrentlyPlaying() local706 if (!matchPrimaryMediaSource(newPackageName, newClassName, in updatePrimaryMediaSourceWithCurrentlyPlaying()708 ComponentName mediaSource = getMediaSource(newPackageName, newClassName); in updatePrimaryMediaSourceWithCurrentlyPlaying()731 @NonNull String newClassName, @CarMediaManager.MediaSourceMode int mode) { in matchPrimaryMediaSource() argument737 if (TextUtils.isEmpty(newClassName)) { in matchPrimaryMediaSource()740 return newClassName.equals(mPrimaryMediaComponents[mode].getClassName()); in matchPrimaryMediaSource()