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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java168 if (mPhone.isPhoneTypeGsm()) {
493 if (isPhoneTypeGsm()) {
523 if (isPhoneTypeGsm()) {
564 if (isPhoneTypeGsm()) {
582 if (isPhoneTypeGsm()) {
620 || (!isPhoneTypeGsm()
646 if (isPhoneTypeGsm()) {
809 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) {
846 if (isPhoneTypeGsm()) {
865 if (isPhoneTypeGsm()) {
1618 private boolean isPhoneTypeGsm() { method in class:GsmCdmaCallTracker
[all...]
H A DGsmCdmaConnection.java156 if (isPhoneTypeGsm()) {
181 if (isPhoneTypeGsm()) {
300 if (isPhoneTypeGsm() && mOrigConnection != null) return true;
517 if (isPhoneTypeGsm()) {
527 if (isPhoneTypeGsm()) {
610 if (isPhoneTypeGsm() && mOrigConnection != null) {
749 if (!isPhoneTypeGsm()) {
765 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA);
781 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) {
1059 private boolean isPhoneTypeGsm() { method in class:GsmCdmaConnection
[all...]
H A DGsmCdmaPhone.java279 if (isPhoneTypeGsm()) {
353 public boolean isPhoneTypeGsm() { method in class:GsmCdmaPhone
416 if (isPhoneTypeGsm()) {
469 if (isPhoneTypeGsm()) {
504 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) {
606 if (isPhoneTypeGsm()) {
615 if (!isPhoneTypeGsm()) {
622 if (isPhoneTypeGsm()) {
681 if (isPhoneTypeGsm() || isPhoneTypeCdmaLte()) {
734 if (!isPhoneTypeGsm()
[all...]

Completed in 60 milliseconds