Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1648 ImsPhoneCall.State bgState = ImsPhoneCall.State.IDLE; in prepareForDialing() local
1653 bgState = mBackgroundCall.getState(); in prepareForDialing()
1659 if (bgState == ImsPhoneCall.State.HOLDING) { in prepareForDialing()
3944 ImsPhoneCall.State bgState = mBackgroundCall.getState();
3973 } else if (bgState == ImsPhoneCall.State.ACTIVE) {