/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCellBroadcastHandler.java | 113 int lac = -1; in handleGsmBroadcastSms() local 121 lac = cellLocation.getLac(); in handleGsmBroadcastSms() 128 location = new SmsCbLocation(plmn, lac, -1); in handleGsmBroadcastSms() 133 location = new SmsCbLocation(plmn, lac, cid); in handleGsmBroadcastSms() 187 if (!info.matchesLocation(plmn, lac, cid)) { in handleGsmBroadcastSms() 243 public boolean matchesLocation(String plmn, int lac, int cid) { in matchesLocation() argument 244 return mLocation.isInLocationArea(plmn, lac, cid); in matchesLocation()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | SmsCbLocation.java | 62 public SmsCbLocation(String plmn, int lac, int cid) { in SmsCbLocation() argument 64 mLac = lac; in SmsCbLocation() 150 public boolean isInLocationArea(String plmn, int lac, int cid) { in isInLocationArea() argument 155 if (mLac != -1 && mLac != lac) { in isInLocationArea()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CellIdentityTdscdma.java | 74 public CellIdentityTdscdma(String mcc, String mnc, int lac, int cid, int cpid, int uarfcn, in CellIdentityTdscdma() argument 77 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityTdscdma() 90 this(cid.mcc, cid.mnc, cid.lac, cid.cid, cid.cpid, CellInfo.UNAVAILABLE, "", ""); in CellIdentityTdscdma() 95 this(cid.base.mcc, cid.base.mnc, cid.base.lac, cid.base.cid, cid.base.cpid, in CellIdentityTdscdma() 177 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local 179 cl.setLacAndCid(lac, cid); in asCellLocation()
|
D | CellIdentityWcdma.java | 73 public CellIdentityWcdma (int lac, int cid, int psc, int uarfcn, in CellIdentityWcdma() argument 76 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityWcdma() 84 this(cid.lac, cid.cid, cid.psc, cid.uarfcn, cid.mcc, cid.mnc, "", ""); in CellIdentityWcdma() 89 this(cid.base.lac, cid.base.cid, cid.base.psc, cid.base.uarfcn, in CellIdentityWcdma() 202 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local 205 cl.setLacAndCid(lac, cid); in asCellLocation()
|
D | CellIdentityGsm.java | 73 public CellIdentityGsm(int lac, int cid, int arfcn, int bsic, String mccStr, in CellIdentityGsm() argument 76 mLac = inRangeOrUnavailable(lac, 0, MAX_LAC); in CellIdentityGsm() 84 this(cid.lac, cid.cid, cid.arfcn, in CellIdentityGsm() 91 this(cid.base.lac, cid.base.cid, cid.base.arfcn, in CellIdentityGsm() 206 int lac = mLac != CellInfo.UNAVAILABLE ? mLac : -1; in asCellLocation() local 208 cl.setLacAndCid(lac, cid); in asCellLocation()
|
/frameworks/base/telephony/java/android/telephony/gsm/ |
D | GsmCellLocation.java | 87 public void setLacAndCid(int lac, int cid) { in setLacAndCid() argument 88 mLac = lac; in setLacAndCid()
|
/frameworks/opt/telephony/src/java/android/telephony/ |
D | CellBroadcastMessage.java | 156 int lac; in createFromCursor() local 159 lac = cursor.getInt(lacColumn); in createFromCursor() 161 lac = -1; in createFromCursor() 172 SmsCbLocation location = new SmsCbLocation(plmn, lac, cid); in createFromCursor()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | RILTest.java | 1195 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM() 1236 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma() 1276 cellinfo.cellIdentityTdscdma.base.lac = LAC; in testConvertHalCellInfoListForTdscdma() 1766 cellinfo.cellIdentityGsm.base.lac = LAC; in getCellInfoListForGSM() 1795 cellinfo.cellIdentityWcdma.base.lac = LAC; in getCellInfoListForWcdma()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 2074 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid) { in android_location_GnssLocationProvider_agps_set_reference_location_cellid() argument 2088 location.cellID.lac = lac; in android_location_GnssLocationProvider_agps_set_reference_location_cellid()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2295 int lac, int cid);
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |