Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/
DImsAudioSessionTest.java56 ImsAudioSession imsAudioSession = new ImsAudioSession(mMockIImsAudioSession); in testConstructorAndApis() local
58 imsAudioSession.getBinder(); in testConstructorAndApis()
59 imsAudioSession.getSessionId(); in testConstructorAndApis()
62 imsAudioSession.addConfig(audioConfig); in testConstructorAndApis()
63 imsAudioSession.deleteConfig(audioConfig); in testConstructorAndApis()
64 imsAudioSession.modifySession(audioConfig); in testConstructorAndApis()
65 imsAudioSession.confirmConfig(audioConfig); in testConstructorAndApis()
68 imsAudioSession.setMediaQualityThreshold(threshold); in testConstructorAndApis()
70 imsAudioSession.sendDtmf('1', 10); in testConstructorAndApis()
73 imsAudioSession.sendHeaderExtension(extensions); in testConstructorAndApis()