Searched defs:qosCallbackId (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | NotifyQosSessionInterface.java | 41 void notifyQosSessionAvailable(int qosCallbackId, int sessionId, in notifyQosSessionAvailable() 53 void notifyQosSessionLost(int qosCallbackId, int sessionId, int qosSessionType); in notifyQosSessionLost()
|
D | TelephonyNetworkAgent.java | 110 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/ |
D | DcNetworkAgent.java | 413 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()
|