Searched refs:notifyQosSessionAvailable (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | QosCallbackTrackerTest.java | 168 verify(mDcNetworkAgent, never()).notifyQosSessionAvailable(eq(1), in testAddFilterBeforeUpdateSessions() 179 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testAddFilterBeforeUpdateSessions() 209 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testAddFilterAfterUpdateSessions() 232 verify(mDcNetworkAgent, never()).notifyQosSessionAvailable(eq(1), in testRemoveFilter() 247 verify(mDcNetworkAgent, never()).notifyQosSessionAvailable(eq(1), in testRemoveFilter() 279 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testSessionLost() 316 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testModifiedQos() 326 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testModifiedQos() 357 verify(mDcNetworkAgent, times(1)).notifyQosSessionAvailable(eq(1), in testUnmodifiedQos() 367 verify(mDcNetworkAgent, never()).notifyQosSessionAvailable(eq(1), in testUnmodifiedQos() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | QosCallbackTracker.java | 250 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable() 261 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable()
|
D | DcNetworkAgent.java | 416 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable() method in DcNetworkAgent
|