Searched defs:lac (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | SmsCbLocation.java | 73 public SmsCbLocation(@NonNull String plmn, int lac, int cid) { in SmsCbLocation() 163 public boolean isInLocationArea(@Nullable String plmn, int lac, int cid) { in isInLocationArea()
|
D | CellIdentityGsm.java | 84 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
|
D | CellIdentityTdscdma.java | 88 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
|
D | CellIdentityWcdma.java | 89 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
|
D | SmsCbMessage.java | 650 int lac; in createFromCursor() local
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 87 public void setLacAndCid(int lac, int cid) { in setLacAndCid()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 2094 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid) { in android_location_GnssLocationProvider_agps_set_reference_location_cellid()
|