HomeSort by relevance Sort by last modified time
    Searched full:mconnection2 (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 32 @Mock GsmCdmaConnection mConnection2;
88 mCallUnderTest.attach(mConnection2, mDriverCall);
110 mCallUnderTest.attach(mConnection2, mDriverCall);
121 doReturn(Call.State.DISCONNECTED).when(mConnection2).getState();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 42 ImsPhoneConnection mConnection2;
88 mImsCallUT.attach(mConnection2, Call.State.ACTIVE);
96 doReturn(Call.State.DISCONNECTED).when(mConnection2).getState();
134 mImsCallThat.attach(mConnection2, Call.State.IDLE);
140 assertEquals(mConnection2, mImsCallUT.getConnections().get(0));
  /cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConferenceTest.java 55 MockConnection mConnection1, mConnection2;
85 assertConnectionState(mConnection2, Connection.STATE_ACTIVE);
127 assertConnectionState(mConnection2, Connection.STATE_HOLDING);
139 assertConnectionState(mConnection2, Connection.STATE_ACTIVE);
159 assertConnectionCallDisplayName(mConnection2,
171 assertConnectionCallDisplayName(mConnection2,
498 MockConference conference = new MockConference(mConnection1, mConnection2);
559 mConnection2 = verifyConnectionForOutgoingCall(1);
563 mConnection2.setActive();
ConferenceTest.java 54 private MockConnection mConnection1, mConnection2;
66 verifyConferenceObject(mConferenceObject, mConnection1, mConnection2);
316 mConnection2 = verifyConnectionForOutgoingCall(1);
319 mConnection2.setActive();

Completed in 240 milliseconds