Searched defs:tac (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A 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
|
H A 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
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A 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()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 704 int tac, int pcid, int arfcn) {} in setAgpsReferenceLocationCellId()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssLocationProvider.java | 1579 int tac = CellInfo.UNAVAILABLE; in setRefLocation() local
|
/aosp14/frameworks/base/services/core/jni/ |
H A 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()
|