Searched refs:mTetheringType (Results 1 – 1 of 1) sorted by relevance
47 private final int mTetheringType; field in TetheredClient53 mTetheringType = tetheringType; in TetheredClient()64 dest.writeInt(mTetheringType); in writeToParcel()88 return mTetheringType; in getTetheringType()103 return new TetheredClient(mMacAddress, newAddresses, mTetheringType); in addAddresses()108 return Objects.hash(mMacAddress, mAddresses, mTetheringType); in hashCode()117 && mTetheringType == other.mTetheringType; in equals()241 + ", tetheringType " + mTetheringType in toString()