Searched refs:mMinServiceIntervalMicros (Results 1 – 1 of 1) sorted by relevance
163 private final int mMinServiceIntervalMicros; field in QosCharacteristics182 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 …]