Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DResponderLocation.java274 private boolean mLciDependentStation; field in ResponderLocation
363 mLciDependentStation = in.readByte() != 0; in ResponderLocation()
434 parcel.writeByte((byte) (mLciDependentStation ? 1 : 0)); in writeToParcel()
591 mLciDependentStation = in parseSubelementLci()
907 mLciDependentStation = false; in setLciSubelementDefaults()
986 && mLciDependentStation == other.mLciDependentStation in equals()
1010 mLciRegisteredLocationDse, mLciDependentStation, mLciVersion, in hashCode()
1204 return mLciDependentStation; in getDependentStationIndication()