Searched refs:mMockRadioConnection (Results 1 – 4 of 4) sorted by relevance
64 com.android.internal.telephony.Connection mMockRadioConnection; field in TestTelephonyConnection117 return mMockRadioConnection; in getOriginalConnection()138 mOriginalConnection = mMockRadioConnection; in TestTelephonyConnection()140 when(mMockRadioConnection.getState()).thenReturn(Call.State.ACTIVE); in TestTelephonyConnection()142 when(mMockRadioConnection.getAudioCodec()).thenReturn( in TestTelephonyConnection()146 when(mMockRadioConnection.getCall()).thenReturn(mMockCall); in TestTelephonyConnection()147 when(mMockRadioConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in TestTelephonyConnection()149 doNothing().when(mMockRadioConnection).addListener(any(Connection.Listener.class)); in TestTelephonyConnection()150 doNothing().when(mMockRadioConnection).addPostDialListener( in TestTelephonyConnection()
89 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testConferenceable()91 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testConferenceable()125 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testSrvccConferenceConnection()127 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testSrvccConferenceConnection()174 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()176 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()
158 verify(c.mMockRadioConnection).hangup(); in testHangupAfterRedial()164 doReturn("5551212").when(c.mMockRadioConnection).getAddress(); in testHangupAfterRedial()
511 when(mConferenceHost.mMockRadioConnection.getConferenceParticipants()) in testSinglePartyEmulationWithSinglePartyAtCreation()