HomeSort by relevance Sort by last modified time
    Searched refs:cdmaEcio (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 113 int cdmaDbm, int cdmaEcio,
120 mCdmaEcio = cdmaEcio;
138 int cdmaDbm, int cdmaEcio,
141 this(gsmSignalStrength, gsmBitErrorRate, cdmaDbm, cdmaEcio,
445 final int cdmaEcio = getCdmaEcio();
456 if (cdmaEcio >= -90) levelEcio = SIGNAL_STRENGTH_GREAT;
457 else if (cdmaEcio >= -110) levelEcio = SIGNAL_STRENGTH_GOOD;
458 else if (cdmaEcio >= -130) levelEcio = SIGNAL_STRENGTH_MODERATE;
459 else if (cdmaEcio >= -150) levelEcio = SIGNAL_STRENGTH_POOR;
474 final int cdmaEcio = getCdmaEcio()
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 462 int cdmaEcio = (ints[offset + 1] > 0) ? -ints[offset + 1] : -160;
477 mSignalStrength = new SignalStrength(99, -1, cdmaDbm, cdmaEcio, evdoRssi, evdoEcio,
480 mSignalStrength = new SignalStrength(99, -1, cdmaDbm, cdmaEcio, evdoRssi, evdoEcio,
CdmaServiceStateTracker.java     [all...]
  /hardware/ril/mock-ril/src/js/
simulated_radio.js 301 print('cdmaEcio: ' + cdmaSignalStrength.ecio);
316 * cdmaDbm, cdmaEcio, evdoRssi, evdoEcio, evdoSnr are parameters for CDMA & EVDO
318 this.setSignalStrength = function(rssi, bitErrorRate, cdmaDbm, cdmaEcio, evdoRssi,
332 cdmaSignalStrength.ecio = cdmaEcio;
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java 808 int cdmaEcio = signalStrength.getCdmaEcio();
817 if (cdmaEcio >= -90) levelEcio = 4;
818 else if (cdmaEcio >= -110) levelEcio = 3;
819 else if (cdmaEcio >= -130) levelEcio = 2;
820 else if (cdmaEcio >= -150) levelEcio = 1;
    [all...]

Completed in 407 milliseconds