Searched refs:mGsmCdmaCall (Results 1 – 2 of 2) sorted by relevance
298 mCT.mForegroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()299 mCT.mBackgroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()300 mCT.mRingingCall = mGsmCdmaCall; in testHandleInCallMmiCommands()301 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()307 doReturn(GsmCdmaCall.State.ACTIVE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()326 mCT.mForegroundCall = mGsmCdmaCall; in testDial()327 mCT.mBackgroundCall = mGsmCdmaCall; in testDial()328 mCT.mRingingCall = mGsmCdmaCall; in testDial()329 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testDial()
150 protected GsmCdmaCall mGsmCdmaCall; field in TelephonyTest