Searched refs:notifyQosSessionLost (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | QosCallbackTrackerTest.java | 286 verify(mDcNetworkAgent, times(1)).notifyQosSessionLost(eq(1), eq(1235), eq(1)); in testSessionLost() 412 verify(mDcNetworkAgent, times(1)).notifyQosSessionLost(eq(1), eq(1234), eq(1)); in testEmptyQosSessions() 413 verify(mDcNetworkAgent, times(1)).notifyQosSessionLost(eq(2), eq(1235), eq(1)); in testEmptyQosSessions() 457 verify(mDcNetworkAgent, times(1)).notifyQosSessionLost(eq(1), eq(1234), eq(1)); in testMultipleQosSessions() 458 verify(mDcNetworkAgent, times(1)).notifyQosSessionLost(eq(2), eq(1235), eq(1)); in testMultipleQosSessions()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | QosCallbackTracker.java | 269 mDcNetworkAgent.notifyQosSessionLost(callbackId, session.getQosBearerSessionId(), in sendSessionLost()
|
D | DcNetworkAgent.java | 421 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost() method in DcNetworkAgent
|