Searched refs:cellIdentityWcdma (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellInfoWcdma.java | 53 CellIdentityWcdma cellIdentityWcdma, CellSignalStrengthWcdma cellSignalStrengthWcdma) { in CellInfoWcdma() argument 55 mCellIdentityWcdma = cellIdentityWcdma; in CellInfoWcdma()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1899 cellInfoWcdma.cellIdentityWcdma = getCellIdentityWcdma_1_2(); in testConvertHalCellInfoList_1_4ForWcdma() 1916 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_4ForWcdma() local 1921 cellIdentityWcdma, cellSignalStrengthWcdma); in testConvertHalCellInfoList_1_4ForWcdma() 1934 cellInfo.cellIdentityWcdma = cellIdentity; in getCellInfoWcdma_1_5() 1960 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_5ForWcdma() local 1965 cellIdentityWcdma, cellSignalStrengthWcdma); in testConvertHalCellInfoList_1_5ForWcdma() 1989 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_6ForWcdma() local 1994 cellIdentityWcdma, cellSignalStrengthWcdma); in testConvertHalCellInfoList_1_6ForWcdma()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 2333 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo() 2384 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo() 2438 wcdmaCi = convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma); in convertHalCellInfo() 2515 convertHalCellIdentityWcdma(wcdma.cellIdentityWcdma), in convertHalCellInfo() 2560 if (ci.cellIdentityWcdma.size() == 1) { in convertHalCellIdentity() 2561 return convertHalCellIdentityWcdma(ci.cellIdentityWcdma.get(0)); in convertHalCellIdentity()
|