Searched refs:pci (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() argument 66 this(ci, pci, tac, Integer.MAX_VALUE, Integer.MAX_VALUE, String.valueOf(mcc), in CellIdentityLte() 81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { in CellIdentityLte() argument 82 this(ci, pci, tac, earfcn, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc), in CellIdentityLte() 100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, in CellIdentityLte() argument 104 mPci = pci; in CellIdentityLte()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 342 result = new CellIdentityLte(cellIdentityLte.ci, cellIdentityLte.pci, in convertHalCellIdentityToCellIdentity() 432 cellIdentityLte.base.pci, in convertHalCellIdentityToCellIdentity()
|
D | RIL.java | 5253 Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc, in writeToParcelForLte() argument 5261 p.writeInt(pci); in writeToParcelForLte() 5350 cellInfoLte.cellIdentityLte.pci, in convertHalCellInfoList() 5458 cellInfoLte.cellIdentityLte.base.pci, in convertHalCellInfoList_1_2()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1075 lte.cellIdentityLte.pci = PCI; in testConvertHalCellInfoListForLTE() 1497 lte.cellIdentityLte.base.pci = PCI; in getCellInfoListForLTE()
|