Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
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()
DCellIdentityGsm.java84 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm()
257 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
DCellIdentityTdscdma.java88 public CellIdentityTdscdma(@Nullable String mcc, @Nullable String mnc, int lac, int cid, in CellIdentityTdscdma()
247 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
DCellIdentityWcdma.java89 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma()
270 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
DSmsCbMessage.java650 int lac; in createFromCursor() local
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java87 public void setLacAndCid(int lac, int cid) { in setLacAndCid()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp2094 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid) { in android_location_GnssLocationProvider_agps_set_reference_location_cellid()