Home | History | Annotate | Download | only in usb

Lines Matching defs:mSerial

56     private final String mSerial;
82 mSerial = serial;
95 mSerial = strings[SERIAL_STRING];
153 return mSerial;
170 compare(mSerial, accessory.getSerial()));
182 (mSerial == null ? 0 : mSerial.hashCode()));
192 ", mSerial=" + mSerial + "]";
222 parcel.writeString(mSerial);