Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DQosCallbackTrackerTest.java286 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/
DQosCallbackTracker.java269 mDcNetworkAgent.notifyQosSessionLost(callbackId, session.getQosBearerSessionId(), in sendSessionLost()
DDcNetworkAgent.java421 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost() method in DcNetworkAgent