Searched defs:mPendingCallInEcm (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java95 private boolean mPendingCallInEcm; field in class:GsmCdmaCallTracker
173 mPendingCallInEcm = false;
435 mPendingCallInEcm=true;
969 if( mPendingCallInEcm) {
970 mPendingCallInEcm = false;
1424 if (mPendingCallInEcm) {
1426 mPendingCallInEcm = false;
1595 pw.println(" mPendingCallInEcm=" + mPendingCallInEcm);

Completed in 23 milliseconds