Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DQosCharacteristics.java163 private final int mMinServiceIntervalMicros; field in QosCharacteristics
182 mMinServiceIntervalMicros = minServiceIntervalMicros; in QosCharacteristics()
225 if (mMinServiceIntervalMicros <= 0 || mMaxServiceIntervalMicros <= 0 in validate()
230 if (mMinServiceIntervalMicros > mMaxServiceIntervalMicros) { in validate()
285 return mMinServiceIntervalMicros; in getMinServiceIntervalMicros()
445 return mMinServiceIntervalMicros == that.mMinServiceIntervalMicros in equals()
463 return Objects.hash(mMinServiceIntervalMicros, mMaxServiceIntervalMicros, mMinDataRateKbps, in hashCode()
473 sb.append("mMinServiceIntervalMicros=").append(mMinServiceIntervalMicros); in toString()
512 dest.writeInt(mMinServiceIntervalMicros); in writeToParcel()
529 this.mMinServiceIntervalMicros = in.readInt(); in QosCharacteristics()
[all …]