Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java270 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest
557 mVoiceCallSessionStats = Mockito.mock(VoiceCallSessionStats.class); in setUp()
733 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
734 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
DGsmCdmaPhoneTest.java187 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
1072 phone.setVoiceCallSessionStats(mVoiceCallSessionStats); in testZeroMeid()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java494 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone
4812 return mVoiceCallSessionStats; in getVoiceCallSessionStats()
4818 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
DGsmCdmaPhone.java356 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this, featureFlags); in GsmCdmaPhone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java181 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()