Home
last modified time | relevance | path

Searched defs:qosCallbackId (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DNotifyQosSessionInterface.java41 void notifyQosSessionAvailable(int qosCallbackId, int sessionId, in notifyQosSessionAvailable()
53 void notifyQosSessionLost(int qosCallbackId, int sessionId, int qosSessionType); in notifyQosSessionLost()
DTelephonyNetworkAgent.java110 public void onQosCallbackRegistered(int qosCallbackId, @NonNull QosFilter filter) {} in onQosCallbackRegistered()
120 public void onQosCallbackUnregistered(int qosCallbackId) {} in onQosCallbackUnregistered()
273 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered()
291 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
311 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable()
326 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java413 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered()
431 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
440 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable()
446 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost()