Home
last modified time | relevance | path

Searched refs:sendQosSessionLost (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl45 void sendQosSessionLost(int qosCallbackId, in QosSession session); in sendQosSessionLost() method
DNetworkAgent.java1480 public final void sendQosSessionLost(final int qosCallbackId, in sendQosSessionLost() method in NetworkAgent
1482 queueOrSendMessage(ra -> ra.sendQosSessionLost(qosCallbackId, in sendQosSessionLost()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNetworkAgentTest.kt1369 agent.sendQosSessionLost(callbackId, sessId, QosSession.TYPE_EPS_BEARER) in validateQosCallbackOnQosSession()
1379 agent.sendQosSessionLost(callbackId, sessId, QosSession.TYPE_EPS_BEARER) in validateQosCallbackOnQosSession()
1416 agent.sendQosSessionLost(callbackId, sessId, QosSession.TYPE_EPS_BEARER) in testQosCallbackOnError()
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkAgentInfo.java974 public void sendQosSessionLost(final int qosCallbackId, final QosSession session) { in sendQosSessionLost() method in NetworkAgentInfo.NetworkAgentMessageHandler
/packages/modules/Connectivity/framework/api/
Dsystem-current.txt260 method public final void sendQosSessionLost(int, int, int);
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java13847 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_EPS_BEARER);
13877 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_NR_BEARER);
13958 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_EPS_BEARER);