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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhone.java139 private boolean mIsPhoneInEcmState; field in class:ImsPhone
204 mIsPhoneInEcmState = SystemProperties.getBoolean(
1260 return mIsPhoneInEcmState;
1266 intent.putExtra(PhoneConstants.PHONE_IN_ECM_STATE, mIsPhoneInEcmState);
1291 Rlog.d(LOG_TAG, "handleEnterEmergencyCallbackMode,mIsPhoneInEcmState= "
1292 + mIsPhoneInEcmState);
1295 if (mIsPhoneInEcmState == false) {
1296 mIsPhoneInEcmState = true;
1313 Rlog.d(LOG_TAG, "handleExitEmergencyCallbackMode: mIsPhoneInEcmState = "
1314 + mIsPhoneInEcmState);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java129 private boolean mIsPhoneInEcmState; field in class:GsmCdmaPhone
285 mIsPhoneInEcmState = inEcm.equals("true");
286 if (mIsPhoneInEcmState) {
625 return mIsPhoneInEcmState;
633 intent.putExtra(PhoneConstants.PHONE_IN_ECM_STATE, mIsPhoneInEcmState);
2673 Rlog.d(LOG_TAG, "handleEnterEmergencyCallbackMode,mIsPhoneInEcmState= "
2674 + mIsPhoneInEcmState);
2677 if (mIsPhoneInEcmState == false) {
2678 mIsPhoneInEcmState = true;
2697 Rlog.d(LOG_TAG, "handleExitEmergencyCallbackMode,ar.exception , mIsPhoneInEcmState "
[all...]

Completed in 75 milliseconds