Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java210 private final int mUserPriority; field in QosPolicyParams
249 this.mUserPriority = userPriority; in QosPolicyParams()
277 if (mUserPriority < USER_PRIORITY_ANY || mUserPriority > USER_PRIORITY_VOICE_HIGH) { in validate()
278 Log.e(TAG, "User priority not in valid range: " + mUserPriority); in validate()
348 if (mUserPriority == USER_PRIORITY_ANY) { in validate()
426 return mUserPriority; in getUserPriority()
551 && mUserPriority == that.mUserPriority in equals()
566 return Objects.hash(mPolicyId, mDscp, mUserPriority, mSrcIp, mDstIp, mSrcPort, in hashCode()
575 + "userPriority=" + mUserPriority + ", " in toString()
608 dest.writeInt(mUserPriority); in writeToParcel()
[all …]