Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DQosCallbackTrackerTest.java168 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/
DQosCallbackTracker.java250 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable()
261 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable()
DDcNetworkAgent.java416 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable() method in DcNetworkAgent