Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java145 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
1030 phone.setVoiceCallSessionStats(mVoiceCallSessionStats); in testZeroMeid()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneTest.java159 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java4758 public void setVoiceCallSessionStats(VoiceCallSessionStats voiceCallSessionStats) { in setVoiceCallSessionStats() method in Phone