Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java164 public @interface UserPriority {} annotation in QosPolicyParams
242 private QosPolicyParams(int policyId, int dscp, @UserPriority int userPriority, in QosPolicyParams()
425 public @UserPriority int getUserPriority() { in getUserPriority()
667 private @UserPriority int mUserPriority = USER_PRIORITY_ANY;
722 public @NonNull Builder setUserPriority(@UserPriority int value) { in setUserPriority()