Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java31 private static final int LAC = 65535; field in CellIdentityGsmTest
49 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
52 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
65 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) in testDefaultConstructor()
74 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
83 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc()
92 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
101 String globalCi = MCC_STR + mncWithTwoDigit + Integer.toString(LAC, 16) in testConstructorWithTwoDigitMnc()
109 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
119 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityWcdmaTest.java32 private static final int LAC = 65535; field in CellIdentityWcdmaTest
49 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
52 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
70 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
79 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc()
88 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
102 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
120 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
129 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityTdscdmaTest.java48 private static final int LAC = 65535; field in CellIdentityTdscdmaTest
74 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor()
79 assertEquals(LAC, ci.getLac()); in testConstructor()
87 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) + Integer.toString(CID, 16); in testConstructor()
94 null, null, LAC, CID, CPID, UARFCN, "", "", Collections.emptyList(), null); in testConstructorWithEmptyMccMnc()
99 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
105 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
111 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
121 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT, in testParcel()
136 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithUnknowMccMnc()
[all …]
DRILTest.java225 private static final int LAC = 65535; field in RILTest
1373 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM()
1400 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoListForGSM()
1415 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma()
1441 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoListForWcdma()
1454 cid.base.lac = LAC; in initializeCellIdentityTdscdma_1_2()
1492 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoListForTdscdma()
1622 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSM()
1644 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
1668 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc()
[all …]
/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()
651 int lacColumn = cursor.getColumnIndex(CellBroadcasts.LAC); in createFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java4222 public static final String LAC = "lac"; field in Telephony.CellBroadcasts
4425 LAC,
4454 LAC,
/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";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt57121 Landroid/provider/Telephony$CellBroadcasts;->LAC:Ljava/lang/String;