mBluetoothName = o.mBluetoothName; mMainType = o.mMainType;
mBluetoothName = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(src); mMainType = src.readInt();
return 0;
TextUtils.writeToParcel(mBluetoothName, dest, flags); dest.writeInt(mMainType);