Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCellIdentityLte.java95 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
H A DCellIdentityNr.java81 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
/aosp14/frameworks/base/services/core/jni/gnss/
H A DAGnssRil.cpp48 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
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java971 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()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java704 int tac, int pcid, int arfcn) {} in setAgpsReferenceLocationCellId()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1579 int tac = CellInfo.UNAVAILABLE; in setRefLocation() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp467 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()