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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java59 GsmCdmaCall mBackGroundCall; field in class:DefaultPhoneNotifierTest
195 doReturn(Call.State.IDLE).when(mBackGroundCall).getState();
207 doReturn(mBackGroundCall).when(mPhone).getBackgroundCall();
226 doReturn(Call.State.HOLDING).when(mBackGroundCall).getState();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java65 private ImsPhoneCall mBackGroundCall; field in class:ImsPhoneConnectionTest
74 replaceInstance(ImsPhoneCallTracker.class, "mBackgroundCall", mImsCT, mBackGroundCall);
134 mConnectionUT = new ImsPhoneConnection(mImsPhone, mImsCall, mImsCT, mBackGroundCall, false);
135 doReturn(Call.State.HOLDING).when(mBackGroundCall).getState();
137 verify(mBackGroundCall, times(1)).detach(eq(mConnectionUT));

Completed in 84 milliseconds