Searched refs:mMockRadioConnection (Results 1 – 4 of 4) sorted by relevance
66 com.android.internal.telephony.Connection mMockRadioConnection; field in TestTelephonyConnection118 return mMockRadioConnection; in getOriginalConnection()139 mOriginalConnection = mMockRadioConnection; in TestTelephonyConnection()141 when(mMockRadioConnection.getState()).thenReturn(Call.State.ACTIVE); in TestTelephonyConnection()143 when(mMockRadioConnection.getAudioCodec()).thenReturn( in TestTelephonyConnection()147 when(mMockRadioConnection.getCall()).thenReturn(mMockCall); in TestTelephonyConnection()148 when(mMockRadioConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in TestTelephonyConnection()150 doNothing().when(mMockRadioConnection).addListener(any(Connection.Listener.class)); in TestTelephonyConnection()151 doNothing().when(mMockRadioConnection).addPostDialListener( in TestTelephonyConnection()
88 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testConferenceable()90 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testConferenceable()124 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testSrvccConferenceConnection()126 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testSrvccConferenceConnection()173 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()175 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()
142 verify(c.mMockRadioConnection).hangup(); in testHangupAfterRedial()148 doReturn("5551212").when(c.mMockRadioConnection).getAddress(); in testHangupAfterRedial()
457 when(mConferenceHost.mMockRadioConnection.getConferenceParticipants()) in testSinglePartyEmulationWithSinglePartyAtCreation()