Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DSmsCbLocation.java73 public SmsCbLocation(@NonNull String plmn, int lac, int cid) { in SmsCbLocation() argument
75 mLac = lac; in SmsCbLocation()
163 public boolean isInLocationArea(@Nullable String plmn, int lac, int cid) { in isInLocationArea() argument
168 if (mLac != -1 && mLac != lac) { in isInLocationArea()
DCellIdentityGsm.java84 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, @Nullable String mccStr, in CellIdentityGsm() argument
88 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityGsm()
103 this(cid.lac, cid.cid, cid.arfcn, in CellIdentityGsm()
110 this(cid.base.lac, cid.base.cid, cid.base.arfcn, in CellIdentityGsm()
118 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.arfcn, in CellIdentityGsm()
257 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
259 cl.setLacAndCid(lac, cid); in asCellLocation()
DCellIdentityTdscdma.java88 public CellIdentityTdscdma(@Nullable String mcc, @Nullable String mnc, int lac, int cid, in CellIdentityTdscdma() argument
93 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityTdscdma()
115 this(cid.mcc, cid.mnc, cid.lac, cid.cid, cid.cpid, CellInfo.UNAVAILABLE, "", "", in CellIdentityTdscdma()
121 this(cid.base.mcc, cid.base.mnc, cid.base.lac, cid.base.cid, cid.base.cpid, in CellIdentityTdscdma()
128 this(cid.base.base.mcc, cid.base.base.mnc, cid.base.base.lac, cid.base.base.cid, in CellIdentityTdscdma()
247 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
249 cl.setLacAndCid(lac, cid); in asCellLocation()
DCellIdentityWcdma.java89 public CellIdentityWcdma(int lac, int cid, int psc, int uarfcn, @Nullable String mccStr, in CellIdentityWcdma() argument
94 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityWcdma()
110 this(cid.lac, cid.cid, cid.psc, cid.uarfcn, cid.mcc, cid.mnc, "", "", in CellIdentityWcdma()
116 this(cid.base.lac, cid.base.cid, cid.base.psc, cid.base.uarfcn, in CellIdentityWcdma()
123 this(cid.base.base.lac, cid.base.base.cid, cid.base.base.psc, cid.base.base.uarfcn, in CellIdentityWcdma()
270 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local
273 cl.setLacAndCid(lac, cid); in asCellLocation()
DSmsCbMessage.java650 int lac; in createFromCursor() local
653 lac = cursor.getInt(lacColumn); in createFromCursor()
655 lac = -1; in createFromCursor()
666 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid); in createFromCursor()
/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java87 public void setLacAndCid(int lac, int cid) { in setLacAndCid() argument
88 mLac = lac; in setLacAndCid()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java1373 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM()
1415 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma()
1454 cid.base.lac = LAC; in initializeCellIdentityTdscdma_1_2()
2226 cellinfo.cellIdentityGsm.base.lac = LAC; in getCellInfoListForGSM()
2259 cid.base.lac = LAC; in initializeCellIdentityWcdma_1_2()
/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() argument
2108 location.cellID.lac = lac; in android_location_GnssLocationProvider_agps_set_reference_location_cellid()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java2328 int lac, int cid);
/frameworks/base/api/
Dtest-current.txt2645 field public static final String LAC = "lac";
Dsystem-current.txt6847 field public static final String LAC = "lac";
/frameworks/base/non-updatable-api/
Dsystem-current.txt6745 field public static final String LAC = "lac";