Searched refs:mVoiceCallSessionStats (Results 1 – 5 of 5) sorted by relevance
287 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest518 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()519 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
137 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()
433 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone4383 return mVoiceCallSessionStats; in getVoiceCallSessionStats()4389 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
259 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this); in GsmCdmaPhone()
155 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()