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 141 assertTrue(mPhoneUT.isPhoneTypeGsm());
152 assertTrue(mPhoneUT.isPhoneTypeGsm());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 157 if (isPhoneTypeGsm()) {
182 if (isPhoneTypeGsm()) {
302 if (isPhoneTypeGsm() && mOrigConnection != null) return true;
515 if (isPhoneTypeGsm()) {
525 if (isPhoneTypeGsm()) {
608 if (isPhoneTypeGsm() && mOrigConnection != null) {
747 if (!isPhoneTypeGsm()) {
763 isPhoneTypeGsm() ? PAUSE_DELAY_MILLIS_GSM: PAUSE_DELAY_MILLIS_CDMA);
779 if (!isPhoneTypeGsm() && !TextUtils.isEmpty(subStr)) {
    [all...]
GsmCdmaCallTracker.java 164 if (mPhone.isPhoneTypeGsm()) {
480 if (isPhoneTypeGsm()) {
510 if (isPhoneTypeGsm()) {
551 if (isPhoneTypeGsm()) {
569 if (isPhoneTypeGsm()) {
607 || (!isPhoneTypeGsm()
633 if (isPhoneTypeGsm()) {
796 if (!isPhoneTypeGsm() && mIsEcmTimerCanceled) {
833 if (isPhoneTypeGsm()) {
    [all...]
GsmCdmaPhone.java 275 if (isPhoneTypeGsm()) {
350 public boolean isPhoneTypeGsm() {
413 if (isPhoneTypeGsm()) {
466 if (isPhoneTypeGsm()) {
502 (isPhoneTypeGsm() && !apnType.equals(PhoneConstants.APN_TYPE_EMERGENCY)))) {
604 if (isPhoneTypeGsm()) {
613 if (!isPhoneTypeGsm()) {
620 if (isPhoneTypeGsm()) {
679 if (isPhoneTypeGsm() || isPhoneTypeCdmaLte()) {
732 if (!isPhoneTypeGsm() && r == null)
    [all...]

Completed in 928 milliseconds