Home
last modified time | relevance | path

Searched refs:mCallState (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DCallDomainSelectionTestOnMockModem.java90 private int mCallState; field in CallDomainSelectionTestOnMockModem
270 mCallState = state; in onCallStateChanged()
271 Log.d(TAG, "Call state change to " + mCallState); in onCallStateChanged()
322 mCallState = TelephonyManager.CALL_STATE_IDLE; in testCombinedAttachPsSelected()
338 if (mCallState == TelephonyManager.CALL_STATE_IDLE) { in testCombinedAttachPsSelected()
342 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mCallState); in testCombinedAttachPsSelected()
384 mCallState = TelephonyManager.CALL_STATE_IDLE; in testVoiceCallOverPs()
400 if (mCallState == TelephonyManager.CALL_STATE_IDLE) { in testVoiceCallOverPs()
404 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mCallState); in testVoiceCallOverPs()
436 mCallState = TelephonyManager.CALL_STATE_IDLE; in testVoiceCallOverCs()
[all …]
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTestOnMockModem.java125 private int mCallState; field in TelephonyManagerTestOnMockModem
596 mCallState = state; in onCallStateChanged()
668 mCallState = TelephonyManager.CALL_STATE_IDLE; in testVoiceCallState()
696 if (mCallState == TelephonyManager.CALL_STATE_IDLE) { in testVoiceCallState()
700 assertEquals(TelephonyManager.CALL_STATE_OFFHOOK, mCallState); in testVoiceCallState()
713 if (mCallState == TelephonyManager.CALL_STATE_OFFHOOK) { in testVoiceCallState()
717 assertEquals(TelephonyManager.CALL_STATE_IDLE, mCallState); in testVoiceCallState()
746 if (mCallState == TelephonyManager.CALL_STATE_IDLE) { in testVoiceCallState()
750 assertEquals(TelephonyManager.CALL_STATE_RINGING, mCallState); in testVoiceCallState()
758 if (mCallState == TelephonyManager.CALL_STATE_RINGING) { in testVoiceCallState()
[all …]