Home
last modified time | relevance | path

Searched defs:lac (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsCbLocation.java73 public SmsCbLocation(@NonNull String plmn, int lac, int cid) { in SmsCbLocation()
163 public boolean isInLocationArea(@Nullable String plmn, int lac, int cid) { in isInLocationArea()
H A DCellIdentityGsm.java87 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm()
236 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
H A DCellIdentityTdscdma.java90 public CellIdentityTdscdma(@Nullable String mcc, @Nullable String mnc, int lac, int cid, in CellIdentityTdscdma()
224 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
H A DCellIdentityWcdma.java91 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma()
248 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
H A DSmsCbMessage.java651 int lac; in createFromCursor() local
/aosp14/frameworks/base/telephony/java/android/telephony/gsm/
H A DGsmCellLocation.java90 public void setLacAndCid(int lac, int cid) { in setLacAndCid()
/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.java703 protected void setAgpsReferenceLocationCellId(int type, int mcc, int mnc, int lac, long cid, in setAgpsReferenceLocationCellId()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java1578 int lac = 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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...