Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
H A DResponderLocation.java274 private boolean mLciDependentStation; field in ResponderLocation
363 mLciDependentStation = in.readByte() != 0; in ResponderLocation()
434 parcel.writeByte((byte) (mLciDependentStation ? 1 : 0)); in writeToParcel()
588 mLciDependentStation = in parseSubelementLci()
904 mLciDependentStation = false; in setLciSubelementDefaults()
983 && mLciDependentStation == other.mLciDependentStation in equals()
1007 mLciRegisteredLocationDse, mLciDependentStation, mLciVersion, in hashCode()
1201 return mLciDependentStation; in getDependentStationIndication()