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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java124 protected boolean mIsPhoneInEcmState; field in class:CDMAPhone
185 mIsPhoneInEcmState = inEcm.equals("true");
186 if (mIsPhoneInEcmState) {
1082 return mIsPhoneInEcmState;
1088 intent.putExtra(PhoneConstants.PHONE_IN_ECM_STATE, mIsPhoneInEcmState);
1105 Rlog.d(LOG_TAG, "handleEnterEmergencyCallbackMode,mIsPhoneInEcmState= "
1106 + mIsPhoneInEcmState);
1109 if (mIsPhoneInEcmState == false) {
1110 mIsPhoneInEcmState = true;
1128 Rlog.d(LOG_TAG, "handleExitEmergencyCallbackMode,ar.exception , mIsPhoneInEcmState "
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java138 protected boolean mIsPhoneInEcmState; field in class:ImsPhone
185 mIsPhoneInEcmState = SystemProperties.getBoolean(
1225 return mIsPhoneInEcmState;
1231 intent.putExtra(PhoneConstants.PHONE_IN_ECM_STATE, mIsPhoneInEcmState);
1256 Rlog.d(LOG_TAG, "handleEnterEmergencyCallbackMode,mIsPhoneInEcmState= "
1257 + mIsPhoneInEcmState);
1260 if (mIsPhoneInEcmState == false) {
1261 mIsPhoneInEcmState = true;
1278 Rlog.d(LOG_TAG, "handleExitEmergencyCallbackMode: mIsPhoneInEcmState = "
1279 + mIsPhoneInEcmState);
[all...]

Completed in 576 milliseconds