Searched refs:uarfcn (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityWcdma.java | 77 public CellIdentityWcdma (int mcc, int mnc, int lac, int cid, int psc, int uarfcn) { in CellIdentityWcdma() argument 78 this(lac, cid, psc, uarfcn, String.valueOf(mcc), String.valueOf(mnc), null, null); in CellIdentityWcdma() 94 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma() argument 100 mUarfcn = uarfcn; in CellIdentityWcdma()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 322 cellIdentityWcdma.psc, cellIdentityWcdma.uarfcn, in convertHalCellIdentityToCellIdentity() 401 cellIdentityWcdma.base.uarfcn, in convertHalCellIdentityToCellIdentity()
|
D | RIL.java | 5274 Parcel p, int lac, int cid, int psc, int uarfcn, String mcc, String mnc, in writeToParcelForWcdma() argument 5284 p.writeInt(uarfcn); in writeToParcelForWcdma() 5374 cellInfoWcdma.cellIdentityWcdma.uarfcn, in convertHalCellInfoList() 5482 cellInfoWcdma.cellIdentityWcdma.base.uarfcn, in convertHalCellInfoList_1_2()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1162 cellinfo.cellIdentityWcdma.uarfcn = UARFCN; in testConvertHalCellInfoListForWcdma() 1560 cellinfo.cellIdentityWcdma.base.uarfcn = UARFCN; in getCellInfoListForWcdma()
|