Home
last modified time | relevance | path

Searched refs:uarfcn (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityWcdma.java77 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/
DCellularNetworkService.java322 cellIdentityWcdma.psc, cellIdentityWcdma.uarfcn, in convertHalCellIdentityToCellIdentity()
401 cellIdentityWcdma.base.uarfcn, in convertHalCellIdentityToCellIdentity()
DRIL.java5274 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/
DRILTest.java1162 cellinfo.cellIdentityWcdma.uarfcn = UARFCN; in testConvertHalCellInfoListForWcdma()
1560 cellinfo.cellIdentityWcdma.base.uarfcn = UARFCN; in getCellInfoListForWcdma()