Searched refs:mCurAudioRoutesInfo (Results 1 – 1 of 1) sorted by relevance
88 final AudioRoutesInfo mCurAudioRoutesInfo = new AudioRoutesInfo(); field in MediaRouter.Static192 if (newRoutes.mainType != mCurAudioRoutesInfo.mainType) { in updateAudioRoutes()193 mCurAudioRoutesInfo.mainType = newRoutes.mainType; in updateAudioRoutes()217 if (!TextUtils.equals(newRoutes.bluetoothName, mCurAudioRoutesInfo.bluetoothName)) { in updateAudioRoutes()219 mCurAudioRoutesInfo.bluetoothName = newRoutes.bluetoothName; in updateAudioRoutes()220 if (mCurAudioRoutesInfo.bluetoothName != null) { in updateAudioRoutes()224 info.mName = mCurAudioRoutesInfo.bluetoothName; in updateAudioRoutes()232 mBluetoothA2dpRoute.mName = mCurAudioRoutesInfo.bluetoothName; in updateAudioRoutes()