Home
last modified time | relevance | path

Searched defs:tac (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DCellIdentityLte.java93 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
DCellIdentityNr.java68 public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands, in CellIdentityNr()