Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java308 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest
573 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()
574 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
H A DGsmCdmaPhoneTest.java145 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
1030 phone.setVoiceCallSessionStats(mVoiceCallSessionStats); in testZeroMeid()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java461 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone
4753 return mVoiceCallSessionStats; in getVoiceCallSessionStats()
4759 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
H A DGsmCdmaPhone.java297 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this); in GsmCdmaPhone()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java159 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()