Searched refs:mGsmCdmaCall (Results 1 – 2 of 2) sorted by relevance
456 mCT.mForegroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()457 mCT.mBackgroundCall = mGsmCdmaCall; in testHandleInCallMmiCommands()458 mCT.mRingingCall = mGsmCdmaCall; in testHandleInCallMmiCommands()459 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()465 doReturn(GsmCdmaCall.State.ACTIVE).when(mGsmCdmaCall).getState(); in testHandleInCallMmiCommands()484 mCT.mForegroundCall = mGsmCdmaCall; in testDial()485 mCT.mBackgroundCall = mGsmCdmaCall; in testDial()486 mCT.mRingingCall = mGsmCdmaCall; in testDial()487 doReturn(GsmCdmaCall.State.IDLE).when(mGsmCdmaCall).getState(); in testDial()
183 protected GsmCdmaCall mGsmCdmaCall; field in TelephonyTest