Home | History | Annotate | Download | only in radio

Lines Matching defs:mSerial

106         private final String mSerial;
120 mSerial = serial;
169 return mSerial;
212 mSerial = in.readString();
241 dest.writeString(mSerial);
257 + ", mVersion=" + mVersion + ", mSerial=" + mSerial
273 result = prime * result + ((mSerial == null) ? 0 : mSerial.hashCode());
307 if (mSerial == null) {
310 } else if (!mSerial.equals(other.getSerial()))