Searched refs:audioLocalSession (Results 1 – 1 of 1) sorted by relevance
/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/ |
D | AudioSessionTest.java | 78 private AudioLocalSession audioLocalSession; field in AudioSessionTest 86 audioService, audioLocalSession, null, Looper.myLooper()); in setUp() 148 verify(audioLocalSession, times(1)).modifySession(eq(config)); in testModifySession() 178 verify(audioLocalSession, times(1)).addConfig(eq(config)); in testAddConfig() 207 verify(audioLocalSession, times(1)).deleteConfig(eq(config)); in testDeleteConfig() 216 verify(audioLocalSession, times(1)).confirmConfig(eq(config)); in testConfirmConfig() 243 verify(audioLocalSession, times(1)).sendDtmf(eq(DTMF_DIGIT), eq(DTMF_DURATION)); in testSendDtmf() 250 verify(audioLocalSession, times(1)).sendDtmf(eq(DTMF_DIGIT), eq(DTMF_DURATION)); in testStartDtmf() 259 verify(audioLocalSession, times(1)).setMediaQualityThreshold(eq(threshold)); in testSetMediaQualityThreshold() 267 verify(audioLocalSession, times(1)).requestRtpReceptionStats(eq(RECEPTION_DURATION)); in testRequestRtpReceptionStats() [all …]
|