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

  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 55 private static final int CDMA = RAF_IS95A | RAF_IS95B | RAF_1xRTT;
164 raf = CDMA | EVDO;
167 raf = LTE | CDMA | EVDO;
173 raf = LTE | CDMA | EVDO | GSM | WCDMA;
182 raf = CDMA;
188 raf = GSM | WCDMA | CDMA | EVDO;
215 raf = RAF_TD_SCDMA | CDMA | EVDO | GSM | WCDMA;
218 raf = LTE | RAF_TD_SCDMA | CDMA | EVDO | GSM | WCDMA;
235 raf = ((CDMA & raf) > 0) ? (CDMA | raf) : raf
    [all...]
  /external/autotest/client/cros/cellular/
cellular.py 41 'CDMA',
53 Technology.CDMA_2000: TechnologyFamily.CDMA,
54 Technology.EVDO_1X: TechnologyFamily.CDMA,
cell_tools.py 190 cellular.TechnologyFamily.CDMA: 'Verizon Wireless',}
210 """Returns true iff the CDMA modem at modem_path is configured correctly."""
230 """Configure a CDMA device (including PRL, MIN, and MDN)."""
237 cdma = manager.GetModem(modem_path).CdmaModem()
245 cdma.ActivateManual({
277 if target_family == cellular.TechnologyFamily.CDMA:
284 # directly (bypassing CDMA 1x RTT) else the modem will not register
285 # properly because it looks for CDMA 1x RTT first but can't find it
modem.py 17 CDMA_MODEM_INTERFACE = 'org.freedesktop.ModemManager.Modem.Cdma'
181 return cellular.TechnologyFamily.CDMA
198 cdma, evdo = cdma_modem.GetRegistrationState()
199 return cdma > 0 or evdo > 0
modem1.py 138 return cellular.TechnologyFamily.CDMA
162 'cdma-cdma1x-registration-state',
165 'cdma-evdo-registration-state',
  /system/connectivity/shill/mobile_operator_db/
serviceproviders.prototxt 210 provider_type : CDMA
1402 provider_type : CDMA
    [all...]
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 288 if technology_family == cellular.TechnologyFamily.CDMA:

Completed in 270 milliseconds