Searched defs:tac (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityLte.java | 93 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { in CellIdentityLte() 115 public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands, in CellIdentityLte() 325 int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1; in asCellLocation() local
|
D | CellIdentityNr.java | 68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr()
|