Home | History | Annotate | Download | only in usb

Lines Matching defs:mSerial

54     private final String mSerial;
80 mSerial = serial;
93 mSerial = strings[SERIAL_STRING];
151 return mSerial;
168 compare(mSerial, accessory.getSerial()));
180 (mSerial == null ? 0 : mSerial.hashCode()));
190 ", mSerial=" + mSerial + "]";
220 parcel.writeString(mSerial);