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.java1108 ImsPhoneCall.State bgState = ImsPhoneCall.State.IDLE; in prepareForDialing() local
1113 bgState = mBackgroundCall.getState(); in prepareForDialing()
1119 if (bgState == ImsPhoneCall.State.HOLDING) { in prepareForDialing()
3047 ImsPhoneCall.State bgState = mBackgroundCall.getState();
3073 } else if (bgState == ImsPhoneCall.State.ACTIVE) {