Searched refs:tac (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 105 mTac = tac; in CellIdentityLte()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CellularNetworkService.java | 343 cellIdentityLte.tac, cellIdentityLte.earfcn, Integer.MAX_VALUE, in convertHalCellIdentityToCellIdentity() 433 cellIdentityLte.base.tac, 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 5262 p.writeInt(tac); in writeToParcelForLte() 5351 cellInfoLte.cellIdentityLte.tac, in convertHalCellInfoList() 5459 cellInfoLte.cellIdentityLte.base.tac, in convertHalCellInfoList_1_2()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1076 lte.cellIdentityLte.tac = TAC; in testConvertHalCellInfoListForLTE() 1498 lte.cellIdentityLte.base.tac = TAC; in getCellInfoListForLTE()
|