Searched refs:mVoiceCallSessionStats (Results 1 – 5 of 5) sorted by relevance
308 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest573 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()574 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
145 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()1030 phone.setVoiceCallSessionStats(mVoiceCallSessionStats); in testZeroMeid()
461 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone4753 return mVoiceCallSessionStats; in getVoiceCallSessionStats()4759 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
297 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this); in GsmCdmaPhone()
159 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()