Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1083 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/
DNetworkAgent.java1263 public final void sendQosSessionAvailable(final int qosCallbackId, final int sessionId, in sendQosSessionAvailable() method in NetworkAgent
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt238 …method public final void sendQosSessionAvailable(int, int, @NonNull android.net.QosSessionAttribut…
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java10985 .sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in testQosCallbackAvailableAndLost()
11015 .sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in testNrQosCallbackAvailableAndLost()