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

/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java61 * @param tac 16-bit Tracking Area Code
65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) { argument
66 this(ci, pci, tac, Integer.MAX_VALUE, Integer.MAX_VALUE, String.valueOf(mcc),
76 * @param tac 16-bit Tracking Area Code
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) { argument
82 this(ci, pci, tac, earfcn, Integer.MAX_VALUE, String.valueOf(mcc), String.valueOf(mnc),
90 * @param tac 16-bit Tracking Area Code
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr, argument
105 mTac = tac;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java5253 Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc,
5262 p.writeInt(tac);
5351 cellInfoLte.cellIdentityLte.tac,
5459 cellInfoLte.cellIdentityLte.base.tac,
5252 writeToParcelForLte( Parcel p, int ci, int pci, int tac, int earfcn, int bandwidth, String mcc, String mnc, String al, String as, int ss, int rsrp, int rsrq, int rssnr, int cqi, int ta) argument

Completed in 66 milliseconds