Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DQosPolicyRequestHandlerTest.java139 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, policies); in testSingleQosPolicyRequestEvent()
178 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN + i, policies); in testMultipleQosPolicyRequestEvents()
209 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, policies); in testQosPolicyRequestEventWithDuplicatePolicyIds()
226 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, new ArrayList()); in testQosPolicyRequestEventWithEmptyPolicyList()
264 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, policies); in testMoreResourcesIsFalseIfInsufficientResources()
296 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, policies); in testNetworkAgentSetToNullDuringProcessing()
297 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN + 1, policies); in testNetworkAgentSetToNullDuringProcessing()
302 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN + 2, policies); in testNetworkAgentSetToNullDuringProcessing()
303 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN + 3, policies); in testNetworkAgentSetToNullDuringProcessing()
333 mQosPolicyRequestHandler.queueQosPolicyRequest(QOS_REQUEST_DIALOG_TOKEN, policies); in testNetworkAgentReplacedDuringProcessing()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DQosPolicyRequestHandler.java121 public void queueQosPolicyRequest(int dialogToken, List<QosPolicyRequest> policies) { in queueQosPolicyRequest() method in QosPolicyRequestHandler
DClientModeImpl.java5999 mQosPolicyRequestHandler.queueQosPolicyRequest( in processMessageImpl()