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

  /packages/services/Telephony/src/com/android/phone/
CellInfoUtil.java 148 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo; local
150 (String) wcdma.getCellIdentity().getOperatorAlphaLong(),
151 (String) wcdma.getCellIdentity().getOperatorAlphaShort(),
152 wcdma.getCellIdentity().getMobileNetworkOperator());
NetworkSelectListPreference.java 548 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo; local
550 (String) wcdma.getCellIdentity().getOperatorAlphaLong(),
551 (String) wcdma.getCellIdentity().getOperatorAlphaShort(),
552 wcdma.getCellIdentity().getMobileNetworkOperator());
587 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo; local
588 al = wcdma.getCellIdentity().getOperatorAlphaLong();
589 as = wcdma.getCellIdentity().getOperatorAlphaShort();
590 hasSignalStrength = !wcdma.getCellSignalStrength().equals(
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 412 // Verify wcdma cell information is within correct range.
413 private void verifyWcdmaInfo(CellInfoWcdma wcdma) {
414 verifyCellConnectionStatus(wcdma.getCellConnectionStatus());
415 verifyCellInfoWcdmaParcelandHashcode(wcdma);
416 verifyCellIdentityWcdma(wcdma.getCellIdentity());
417 verifyCellIdentityWcdmaParcel(wcdma.getCellIdentity());
418 verifyCellSignalStrengthWcdma(wcdma.getCellSignalStrength());
419 verifyCellSignalStrengthWcdmaParcel(wcdma.getCellSignalStrength());
422 private void verifyCellInfoWcdmaParcelandHashcode(CellInfoWcdma wcdma) {
424 wcdma.writeToParcel(p, 0)
    [all...]
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 247 RadioAccessSpecifier wcdma = new RadioAccessSpecifier( local
253 radioAccessSpecifier.add(wcdma);
  /system/chre/chre_api/include/chre_api/chre/
wwan.h 375 struct chreWwanCellInfoWcdma wcdma; member in union:chreWwanCellInfo::__anon2624
  /system/chre/chre_api/legacy/v1_1/chre/
wwan.h 375 struct chreWwanCellInfoWcdma wcdma; member in union:chreWwanCellInfo::__anon2638
  /hardware/ril/include/telephony/
ril.h 291 BAND_MODE_EURO = 1, //"EURO band" (GSM-900 / DCS-1800 / WCDMA-IMT-2000)
292 BAND_MODE_USA = 2, //"US band" (GSM-850 / PCS-1900 / WCDMA-850 / WCDMA-PCS-1900)
293 BAND_MODE_JPN = 3, //"JPN band" (WCDMA-800 / WCDMA-IMT-2000)
294 BAND_MODE_AUS = 4, //"AUS band" (GSM-900 / DCS-1800 / WCDMA-850 / WCDMA-IMT-2000)
295 BAND_MODE_AUS_2 = 5, //"AUS band 2" (GSM-900 / DCS-1800 / WCDMA-850)
349 PREF_NET_TYPE_GSM_WCDMA = 0, /* GSM/WCDMA (WCDMA preferred) *
1503 RIL_CellInfoWcdma wcdma; member in union:__anon52740::__anon52741
1517 RIL_CellInfoWcdma_v12 wcdma; member in union:__anon52742::__anon52743
    [all...]

Completed in 137 milliseconds