Searched refs:mGsmCdmaCall (Results 1 – 2 of 2) sorted by relevance
332 mCT.mForegroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()333 mCT.mBackgroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()334 mCT.mRingingCall = mGsmCdmaCall; in testHandleInCallMmiCommands()335 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()341 doReturn(GsmCdmaCall.State.ACTIVE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()360 mCT.mForegroundCall = mGsmCdmaCall; in testDial()361 mCT.mBackgroundCall = mGsmCdmaCall; in testDial()362 mCT.mRingingCall = mGsmCdmaCall; in testDial()363 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testDial()
130 protected GsmCdmaCall mGsmCdmaCall; field in TelephonyTest