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.java944 ImsPhoneCall.State bgState = ImsPhoneCall.State.IDLE; in dial() local
951 bgState = mBackgroundCall.getState(); in dial()
959 if (bgState == ImsPhoneCall.State.HOLDING) { in dial()
2427 ImsPhoneCall.State bgState = mBackgroundCall.getState();
2433 } else if (bgState == ImsPhoneCall.State.ACTIVE) {