Searched defs:tac (Results  1 – 8 of 8) sorted by relevance
| /frameworks/base/telephony/java/android/telephony/ | 
| D | CellIdentityLte.java | 95     public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) {  in CellIdentityLte()117     public CellIdentityLte(int ci, int pci, int tac, int earfcn, @NonNull int[] bands,  in CellIdentityLte()
 302         int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1;  in asCellLocation()  local
 
 | 
| D | CellIdentityNr.java | 81     public CellIdentityNr(int pci, int tac, int nrArfcn, @NonNull @NgranBand int[] bands,  in CellIdentityNr()128         int tac = mTac != CellInfo.UNAVAILABLE ? mTac : -1;  in asCellLocation()  local
 
 | 
| /frameworks/base/services/core/jni/gnss/ | 
| D | AGnssRil.cpp | 48 jboolean AGnssRil::setRefLocation(jint type, jint mcc, jint mnc, jint lac, jlong cid, jint tac,  in setRefLocation()124 jboolean AGnssRil_V1_0::setRefLocation(jint type, jint mcc, jint mnc, jint lac, jlong cid, jint tac,  in setRefLocation()  argument
 
 | 
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ | 
| D | LinkBandwidthEstimator.java | 1129         NetworkKey(String plmn, int tac, String dataRat) {  in NetworkKey()1172     public NetworkBandwidth lookupNetwork(@NonNull String plmn, int tac, String dataRat) {  in lookupNetwork()
 
 | 
| /frameworks/base/services/core/java/com/android/server/location/gnss/hal/ | 
| D | GnssNative.java | 971             int mnc, int lac, long cid, int tac, int pcid, int arfcn) {  in setAgpsReferenceLocationCellId()1508                 int mnc, int lac, long cid, int tac, int pcid, int arfcn) {  in setAgpsReferenceLocationCellId()
 1664             int lac, long cid, int tac, int pcid, int arfcn);  in native_agps_set_ref_location_cellid()
 
 | 
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ | 
| D | FakeGnssHal.java | 704             int tac, int pcid, int arfcn) {}  in setAgpsReferenceLocationCellId()
 | 
| /frameworks/base/services/core/java/com/android/server/location/gnss/ | 
| D | GnssLocationProvider.java | 1579         int tac = CellInfo.UNAVAILABLE;  in setRefLocation()  local
 | 
| /frameworks/base/services/core/jni/ | 
| D | com_android_server_location_GnssLocationProvider.cpp | 467         JNIEnv* /* env */, jclass, jint type, jint mcc, jint mnc, jint lac, jlong cid, jint tac,  in android_location_gnss_hal_GnssNative_agps_set_reference_location_cellid()
 |