Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java98 private int mVoiceActivationState; field in PhoneStateListenerTest
622 mVoiceActivationState = state; in testOnVoiceActivationStateChanged()
637 Log.d(TAG, "onVoiceActivationStateChanged: " + mVoiceActivationState); in testOnVoiceActivationStateChanged()
641 assertEquals(state, mVoiceActivationState); in testOnVoiceActivationStateChanged()
DTelephonyCallbackTest.java102 private int mVoiceActivationState; field in TelephonyCallbackTest
577 mVoiceActivationState = state; in onVoiceActivationStateChanged()
603 + mVoiceActivationState); in testOnVoiceActivationStateChangedByRegisterTelephonyCallback()
607 assertEquals(state, mVoiceActivationState); in testOnVoiceActivationStateChangedByRegisterTelephonyCallback()