Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackTracker.java192 runOnAgentConnection(qosCallbackId, "sendEventEpsQosSessionAvailable: ", in sendEventEpsQosSessionAvailable()
206 runOnAgentConnection(qosCallbackId, "sendEventNrQosSessionAvailable: ", in sendEventNrQosSessionAvailable()
218 runOnAgentConnection(qosCallbackId, "sendEventQosSessionLost: ", in sendEventQosSessionLost()
230 runOnAgentConnection(qosCallbackId, "sendEventQosCallbackError: ", in sendEventQosCallbackError()
262 private void runOnAgentConnection(final int qosCallbackId, in runOnAgentConnection() method in QosCallbackTracker