Searched refs:sendQosSessionLost (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Connectivity/framework/src/android/net/ |
D | INetworkAgentRegistry.aidl | 45 void sendQosSessionLost(int qosCallbackId, in QosSession session); in sendQosSessionLost() method
|
D | NetworkAgent.java | 1480 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/ |
D | NetworkAgentTest.kt | 1369 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/ |
D | NetworkAgentInfo.java | 974 public void sendQosSessionLost(final int qosCallbackId, final QosSession session) { in sendQosSessionLost() method in NetworkAgentInfo.NetworkAgentMessageHandler
|
/packages/modules/Connectivity/framework/api/ |
D | system-current.txt | 260 method public final void sendQosSessionLost(int, int, int);
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | ConnectivityServiceTest.java | 13847 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_EPS_BEARER); 13877 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_NR_BEARER); 13958 .sendQosSessionLost(qosCallbackId, sessionId, QosSession.TYPE_EPS_BEARER);
|