Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DDscpPolicyTest.kt473 agent.sendAddDscpPolicy(policy) in <lambda>()
491 agent.sendAddDscpPolicy(policy2) in <lambda>()
511 agent.sendAddDscpPolicy(policy) in <lambda>()
529 agent.sendAddDscpPolicy(policy2) in <lambda>()
548 agent.sendAddDscpPolicy(policy) in <lambda>()
556 agent.sendAddDscpPolicy(policy2) in <lambda>()
564 agent.sendAddDscpPolicy(policy3) in <lambda>()
584 agent.sendAddDscpPolicy(policy) in <lambda>()
593 agent.sendAddDscpPolicy(policy2) in <lambda>()
602 agent.sendAddDscpPolicy(policy3) in <lambda>()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DQosPolicyRequestHandlerTest.java98 }).when(mWifiNetworkAgent).sendAddDscpPolicy(any(DscpPolicy.class)); in setUp()
143 .sendAddDscpPolicy(any()); /* excludes add request with invalid parameters */ in testSingleQosPolicyRequestEvent()
183 .sendAddDscpPolicy(any()); in testMultipleQosPolicyRequestEvents()
212 verify(mWifiNetworkAgent, never()).sendAddDscpPolicy(any()); in testQosPolicyRequestEventWithDuplicatePolicyIds()
228 verify(mWifiNetworkAgent, never()).sendAddDscpPolicy(any()); in testQosPolicyRequestEventWithEmptyPolicyList()
252 }).when(mWifiNetworkAgent).sendAddDscpPolicy(any(DscpPolicy.class)); in testMoreResourcesIsFalseIfInsufficientResources()
267 verify(mWifiNetworkAgent, times(policies.size())).sendAddDscpPolicy(any()); in testMoreResourcesIsFalseIfInsufficientResources()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl49 void sendAddDscpPolicy(in DscpPolicy policy); in sendAddDscpPolicy() method
DNetworkAgent.java1633 public void sendAddDscpPolicy(@NonNull final DscpPolicy policy) { in sendAddDscpPolicy() method in NetworkAgent
1635 send(reg -> reg.sendAddDscpPolicy(policy)); in sendAddDscpPolicy()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DQosPolicyRequestHandler.java241 mNetworkAgent.sendAddDscpPolicy(builder.build()); in processQosPolicyRequest()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java1056 public void sendAddDscpPolicy(final DscpPolicy policy) { in sendAddDscpPolicy() method in NetworkAgentInfo.NetworkAgentMessageHandler
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt253 method public void sendAddDscpPolicy(@NonNull android.net.DscpPolicy);