HomeSort by relevance Sort by last modified time
    Searched defs:isPhoneTypeGsm (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 144 assertTrue(mPhoneUT.isPhoneTypeGsm());
155 assertTrue(mPhoneUT.isPhoneTypeGsm());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 156 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)) {
    [all...]
GsmCdmaCallTracker.java 168 if (mPhone.isPhoneTypeGsm()) {
493 if (isPhoneTypeGsm()) {
523 if (isPhoneTypeGsm()) {
564 if (isPhoneTypeGsm()) {
582 if (isPhoneTypeGsm()) {
620 || (!isPhoneTypeGsm()
646 if (isPhoneTypeGsm()) {
809 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) {
    [all...]
GsmCdmaPhone.java 279 if (isPhoneTypeGsm()) {
353 public boolean isPhoneTypeGsm() {
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() && r == null)
    [all...]

Completed in 124 milliseconds