Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java943 ImsPhoneCall.State fgState = ImsPhoneCall.State.IDLE; in dial() local
950 fgState = mForegroundCall.getState(); in dial()
954 if (fgState == ImsPhoneCall.State.ACTIVE) { in dial()