Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A 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 …]
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DQosCallbackTracker.java324 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable()
335 mDcNetworkAgent.notifyQosSessionAvailable( in sendSessionAvailable()
H A DDcNetworkAgent.java415 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable() method in DcNetworkAgent