Searched refs:mMockRadioConnection (Results 1 – 4 of 4) sorted by relevance
52 com.android.internal.telephony.Connection mMockRadioConnection; field in TestTelephonyConnection73 return mMockRadioConnection; in getOriginalConnection()87 mOriginalConnection = mMockRadioConnection; in TestTelephonyConnection()89 when(mMockRadioConnection.getState()).thenReturn(Call.State.ACTIVE); in TestTelephonyConnection()91 when(mMockRadioConnection.getAudioCodec()).thenReturn( in TestTelephonyConnection()93 when(mMockRadioConnection.getCall()).thenReturn(mMockCall); in TestTelephonyConnection()94 when(mMockRadioConnection.getPhoneType()).thenReturn(PhoneConstants.PHONE_TYPE_IMS); in TestTelephonyConnection()95 doNothing().when(mMockRadioConnection).addListener(any(Connection.Listener.class)); in TestTelephonyConnection()96 doNothing().when(mMockRadioConnection).addPostDialListener( in TestTelephonyConnection()
115 when(mTestTelephonyConnectionA.mMockRadioConnection.getPhoneType()) in testMergeMultiPartyCalls()117 when(mTestTelephonyConnectionB.mMockRadioConnection.getPhoneType()) in testMergeMultiPartyCalls()119 when(mTestTelephonyConnectionA.mMockRadioConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()120 when(mTestTelephonyConnectionB.mMockRadioConnection.isMultiparty()).thenReturn(true); in testMergeMultiPartyCalls()
84 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testConferenceable()86 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testConferenceable()129 when(mTestTelephonyConnectionA.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()131 when(mTestTelephonyConnectionB.mMockRadioConnection.getCall() in testMergeMultiPartyCalls()
402 when(mConferenceHost.mMockRadioConnection.getConferenceParticipants()) in testSinglePartyEmulationWithSinglePartyAtCreation()