Searched refs:mForeGroundCall (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java63 private ImsPhoneCall mForeGroundCall; field in class:ImsPhoneConnectionTest
73 replaceInstance(ImsPhoneCallTracker.class, "mForegroundCall", mImsCT, mForeGroundCall);
79 doReturn(ImsPhoneCall.State.IDLE).when(mForeGroundCall).getState();
91 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mForeGroundCall, false);
102 verify(mForeGroundCall, times(1)).attach((Connection) any(),
107 PhoneNumberUtils.PAUSE), mImsCT, mForeGroundCall, false);
111 verify(mForeGroundCall, times(1)).attachFake((Connection) any(),
120 mForeGroundCall, false);
122 doReturn(Call.State.DIALING).when(mForeGroundCall).getState();
126 verify(mForeGroundCall, time
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java55 GsmCdmaCall mForeGroundCall; field in class:DefaultPhoneNotifierTest
192 doReturn(Call.State.IDLE).when(mForeGroundCall).getState();
200 doReturn(mForeGroundCall).when(mPhone).getForegroundCall();
217 doReturn(Call.State.ACTIVE).when(mForeGroundCall).getState();

Completed in 64 milliseconds