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

  /cts/tests/tests/telephony/current/src/android/telephony/cts/
CellInfoTest.java 107 // CDMA System Id ranges from 0 to 32767
350 private void verifyCdmaInfo(CellInfoCdma cdma) {
351 verifyCellConnectionStatus(cdma.getCellConnectionStatus());
352 verifyCellInfoCdmaParcelandHashcode(cdma);
353 verifyCellIdentityCdma(cdma.getCellIdentity(), cdma.isRegistered());
354 verifyCellIdentityCdmaParcel(cdma.getCellIdentity());
355 verifyCellSignalStrengthCdma(cdma.getCellSignalStrength());
356 verifyCellSignalStrengthCdmaParcel(cdma.getCellSignalStrength());
359 private void verifyCellInfoCdmaParcelandHashcode(CellInfoCdma cdma) {
    [all...]
  /device/generic/goldfish/ril/
ril.h 143 RIL_E_SIM_ABSENT = 11, /* fail to set the location where CDMA subscription
146 RIL_E_SUBSCRIPTION_NOT_AVAILABLE = 12, /* fail to find CDMA subscription from specified
353 PREF_NET_TYPE_CDMA_EVDO_AUTO = 4, /* CDMA and EvDo (auto mode, according to PRL) */
354 PREF_NET_TYPE_CDMA_ONLY = 5, /* CDMA only */
356 PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO = 7, /* GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL) */
357 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
359 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
370 PREF_NET_TYPE_TD_SCDMA_GSM_WCDMA_CDMA_EVDO_AUTO = 21, /* TD-SCDMA, GSM/WCDMA, CDMA and EvDo */
371 PREF_NET_TYPE_TD_SCDMA_LTE_CDMA_EVDO_GSM_WCDMA = 22 /* TD-SCDMA, LTE, CDMA, EvDo GSM/WCDMA */
374 /* Source for cdma subscription *
1501 RIL_CellInfoCdma cdma; member in union:__anon1823::__anon1824
1515 RIL_CellInfoCdma cdma; member in union:__anon1825::__anon1826
    [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h 147 RIL_E_SIM_ABSENT = 11, /* fail to set the location where CDMA subscription
150 RIL_E_SUBSCRIPTION_NOT_AVAILABLE = 12, /* fail to find CDMA subscription from specified
357 PREF_NET_TYPE_CDMA_EVDO_AUTO = 4, /* CDMA and EvDo (auto mode, according to PRL) */
358 PREF_NET_TYPE_CDMA_ONLY = 5, /* CDMA only */
360 PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO = 7, /* GSM/WCDMA, CDMA, and EvDo (auto mode, according to PRL) */
361 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
363 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
374 PREF_NET_TYPE_TD_SCDMA_GSM_WCDMA_CDMA_EVDO_AUTO = 21, /* TD-SCDMA, GSM/WCDMA, CDMA and EvDo */
375 PREF_NET_TYPE_TD_SCDMA_LTE_CDMA_EVDO_GSM_WCDMA = 22 /* TD-SCDMA, LTE, CDMA, EvDo GSM/WCDMA */
378 /* Source for cdma subscription *
1540 RIL_CellInfoCdma cdma; member in union:__anon2920::__anon2921
1554 RIL_CellInfoCdma cdma; member in union:__anon2922::__anon2923
    [all...]

Completed in 458 milliseconds