Home
last modified time | relevance | path

Searched refs:mLciVersion (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderLocation.java275 private int mLciVersion; field in ResponderLocation
364 mLciVersion = in.readInt(); in ResponderLocation()
435 parcel.writeInt(mLciVersion); in writeToParcel()
508 if (!mIsLciValid || mLciVersion != LCI_VERSION_1) { in parseInformationElementBuffer()
593 mLciVersion = (int) subelementLciFields[SUBELEMENT_LCI_VERSION_INDEX]; in parseSubelementLci()
908 mLciVersion = 0; in setLciSubelementDefaults()
987 && mLciVersion == other.mLciVersion in equals()
1010 mLciRegisteredLocationDse, mLciDependentStation, mLciVersion, in hashCode()
1219 return mLciVersion; in getLciVersion()