Home
last modified time | relevance | path

Searched refs:LAC (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityWcdmaTest.java29 private static final int LAC = 65535; field in CellIdentityWcdmaTest
46 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
49 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
67 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
81 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
95 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
103 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
119 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
131 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testEquals()
[all …]
DCellIdentityGsmTest.java29 private static final int LAC = 65535; field in CellIdentityGsmTest
47 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
50 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
68 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
82 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
95 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
103 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
119 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
131 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testEquals()
[all …]
DCellIdentityTdscdmaTest.java45 private static final int LAC = 65535; field in CellIdentityTdscdmaTest
70 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT); in testConstructor()
74 assertEquals(LAC, ci.getLac()); in testConstructor()
86 null, null, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc()
91 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc()
96 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc()
101 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", ""); in testConstructorWithEmptyMccMnc()
110 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT); in testParcel()
124 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT); in testParcelWithUnknowMccMnc()
132 p.writeInt(LAC); in testParcelWithUnknowMccMnc()
[all …]
DRILTest.java199 private static final int LAC = 65535; field in RILTest
1195 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM()
1222 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForGSM()
1236 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma()
1262 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForWcdma()
1276 cellinfo.cellIdentityTdscdma.base.lac = LAC; in testConvertHalCellInfoListForTdscdma()
1304 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForTdscdma()
1430 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSM()
1451 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
1474 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc()
[all …]
/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java157 int lacColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.LAC); in createFromCursor()
266 cv.put(Telephony.CellBroadcasts.LAC, location.getLac()); in getContentValues()
/frameworks/base/telephony/java/android/provider/
DTelephony.java3943 public static final String LAC = "lac"; field in Telephony.CellBroadcasts
4058 LAC,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt61294 Landroid/provider/Telephony$CellBroadcasts;->LAC:Ljava/lang/String;