Home
last modified time | relevance | path

Searched refs:sendEventQosSessionLost (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackTracker.java216 public void sendEventQosSessionLost(final int qosCallbackId, in sendEventQosSessionLost() method in QosCallbackTracker
219 ac -> ac.sendEventQosSessionLost(session)); in sendEventQosSessionLost()
DQosCallbackAgentConnection.java174 void sendEventQosSessionLost(@NonNull final QosSession session) { in sendEventQosSessionLost() method in QosCallbackAgentConnection
DNetworkAgentInfo.java975 mQosCallbackTracker.sendEventQosSessionLost(qosCallbackId, session); in sendQosSessionLost()