Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java113 private boolean mPendingCallInEcm; field in GsmCdmaCallTracker
199 mPendingCallInEcm = false; in updatePhoneType()
501 mPendingCallInEcm = true; in dialCdma()
517 mPendingCallInEcm = true; in dialCdma()
1109 if( mPendingCallInEcm) { in handlePollCalls()
1110 mPendingCallInEcm = false; in handlePollCalls()
1676 if (mPendingCallInEcm) { in handleMessage()
1681 mPendingCallInEcm = false; in handleMessage()
1895 pw.println(" mPendingCallInEcm=" + mPendingCallInEcm); in dump()