Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcNetworkAgent.java390 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered() argument
391 mQosCallbackExecutor.execute(() -> mQosCallbackTracker.addFilter(qosCallbackId, in onQosCallbackRegistered()
408 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered() argument
409 mQosCallbackExecutor.execute(() -> mQosCallbackTracker.removeFilter(qosCallbackId)); in onQosCallbackUnregistered()
416 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable() argument
418 super.sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in notifyQosSessionAvailable()
421 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost() argument
423 super.sendQosSessionLost(qosCallbackId, sessionId, qosSessionType); in notifyQosSessionLost()