Home
last modified time | relevance | path

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

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java6344 final int userPriority = QosPolicyParams.USER_PRIORITY_VIDEO_LOW; in testQosPolicyParamsBuilder() local
6373 .setUserPriority(userPriority) in testQosPolicyParamsBuilder()
6389 assertEquals(userPriority, downlinkParams.getUserPriority()); in testQosPolicyParamsBuilder()