Searched refs:sendAddDscpPolicy (Results 1 – 7 of 7) sorted by relevance
473 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 …]
98 }).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()
49 void sendAddDscpPolicy(in DscpPolicy policy); in sendAddDscpPolicy() method
1633 public void sendAddDscpPolicy(@NonNull final DscpPolicy policy) { in sendAddDscpPolicy() method in NetworkAgent1635 send(reg -> reg.sendAddDscpPolicy(policy)); in sendAddDscpPolicy()
241 mNetworkAgent.sendAddDscpPolicy(builder.build()); in processQosPolicyRequest()
1056 public void sendAddDscpPolicy(final DscpPolicy policy) { in sendAddDscpPolicy() method in NetworkAgentInfo.NetworkAgentMessageHandler
253 method public void sendAddDscpPolicy(@NonNull android.net.DscpPolicy);