Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DRangingResult.java112 private final int mI2rTxLtfRepetitions; field in RangingResult
141 private int mI2rTxLtfRepetitions = UNSPECIFIED; field in RangingResult.Builder
429 mI2rTxLtfRepetitions = i2rTxLtfRepetitions; in set80211azInitiatorTxLtfRepetitionsCount()
537 mI2rTxLtfRepetitions = builder.mI2rTxLtfRepetitions; in RangingResult()
827 return mI2rTxLtfRepetitions; in get80211azInitiatorTxLtfRepetitionsCount()
942 dest.writeInt(mI2rTxLtfRepetitions); in writeToParcel()
1015 .append("i2rTxLtfRepetitions").append(mI2rTxLtfRepetitions) in toString()
1049 && mI2rTxLtfRepetitions == lhs.mI2rTxLtfRepetitions in equals()
1062 mNtbMaxMeasurementTime, mI2rTxLtfRepetitions, mR2iTxLtfRepetitions, in hashCode()