Searched refs:mVoiceCallSessionStats (Results 1 – 5 of 5) sorted by relevance
270 protected VoiceCallSessionStats mVoiceCallSessionStats; field in TelephonyTest557 mVoiceCallSessionStats = Mockito.mock(VoiceCallSessionStats.class); in setUp()733 doReturn(mVoiceCallSessionStats).when(mPhone).getVoiceCallSessionStats(); in setUp()734 doReturn(mVoiceCallSessionStats).when(mImsPhone).getVoiceCallSessionStats(); in setUp()
187 mPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()1072 phone.setVoiceCallSessionStats(mVoiceCallSessionStats); in testZeroMeid()
494 protected VoiceCallSessionStats mVoiceCallSessionStats; field in Phone4812 return mVoiceCallSessionStats; in getVoiceCallSessionStats()4818 mVoiceCallSessionStats = voiceCallSessionStats; in setVoiceCallSessionStats()
356 mVoiceCallSessionStats = new VoiceCallSessionStats(mPhoneId, this, featureFlags); in GsmCdmaPhone()
181 mImsPhoneUT.setVoiceCallSessionStats(mVoiceCallSessionStats); in setUp()