Searched refs:mTetheringType (Results 1 – 3 of 3) sorted by relevance
42 private final int mTetheringType; field in TetheredClient48 mTetheringType = tetheringType; in TetheredClient()59 dest.writeInt(mTetheringType); in writeToParcel()83 return mTetheringType; in getTetheringType()98 return new TetheredClient(mMacAddress, newAddresses, mTetheringType); in addAddresses()103 return Objects.hash(mMacAddress, mAddresses, mTetheringType); in hashCode()112 && mTetheringType == other.mTetheringType; in equals()236 + ", tetheringType " + mTetheringType in toString()
43 private int mTetheringType; field in ShadowConnectivityManager58 return mTetheringType; in getTetheringType()74 mTetheringType = type; in startTethering()80 mTetheringType = type; in stopTethering()
421 private final int mTetheringType; field in PrivateAddressCoordinator.AddressKey425 mTetheringType = type; in AddressKey()431 return (mTetheringType << 16) + mScope; in hashCode()439 return mTetheringType == other.mTetheringType && mScope == other.mScope; in equals()444 return "AddressKey(" + mTetheringType + ", " + mScope + ")"; in toString()