Searched refs:sendQosSessionAvailable (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 1083 agent.sendQosSessionAvailable(callbackId, sessId, attributes) in testQosCallbackOnQosSession() 1129 agent.sendQosSessionAvailable(callbackId, sessId, attributes) in testQosCallbackOnError() 1174 agent.sendQosSessionAvailable(callbackId1, sessId1, attributes1) in testQosCallbackIdsAreMappedCorrectly() 1181 agent.sendQosSessionAvailable(callbackId2, sessId2, attributes2) in testQosCallbackIdsAreMappedCorrectly()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | NetworkAgent.java | 1263 public final void sendQosSessionAvailable(final int qosCallbackId, final int sessionId, in sendQosSessionAvailable() method in NetworkAgent
|
/packages/modules/Connectivity/framework/api/ |
D | system-current.txt | 238 …method public final void sendQosSessionAvailable(int, int, @NonNull android.net.QosSessionAttribut…
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 10985 .sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in testQosCallbackAvailableAndLost() 11015 .sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in testNrQosCallbackAvailableAndLost()
|