Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java32 private static final int LAC = 65535; field in CellIdentityGsmTest
50 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
66 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) in testDefaultConstructor()
75 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
84 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc()
93 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
102 String globalCi = MCC_STR + mncWithTwoDigit + Integer.toString(LAC, 16) in testConstructorWithTwoDigitMnc()
110 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
120 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityWcdmaTest.java33 private static final int LAC = 65535; field in CellIdentityWcdmaTest
50 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
53 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
71 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
80 String globalCi = MCC_STR + mncWithThreeDigit + Integer.toString(LAC, 16) in testConstructorWithThreeDigitMnc()
89 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
103 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
112 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
121 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
130 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
[all …]
DCellIdentityTdscdmaTest.java49 private static final int LAC = 65535; field in CellIdentityTdscdmaTest
75 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor()
80 assertEquals(LAC, ci.getLac()); in testConstructor()
88 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) + Integer.toString(CID, 16); in testConstructor()
95 null, null, LAC, CID, CPID, UARFCN, "", "", Collections.emptyList(), null); in testConstructorWithEmptyMccMnc()
100 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
106 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
112 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
122 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT, in testParcel()
137 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithUnknowMccMnc()
[all …]
DRILTest.java250 private static final int LAC = 65535; field in RILTest
1741 cellIdentity0.lac = LAC; in getCellIdentityGsm_1_2()
1785 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_4ForGsm()
1826 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_5ForGsm()
1853 CellIdentityGsm cellIdentityGsm = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, in testConvertHalCellInfoList_1_6ForGsm()
1867 cellIdentity0.lac = LAC; in getCellIdentityWcdma_1_2()
1916 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_4ForWcdma()
1960 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_5ForWcdma()
1989 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_6ForWcdma()
2003 cellIdentity0.lac = LAC; in getCellIdentityTdscdma_1_2()
[all …]
/frameworks/base/telephony/java/android/telephony/
DSmsCbMessage.java581 cv.put(CellBroadcasts.LAC, mLocation.getLac()); in getContentValues()
652 int lacColumn = cursor.getColumnIndex(CellBroadcasts.LAC); in createFromCursor()
/frameworks/base/core/java/android/provider/
DTelephony.java3745 public static final String LAC = "lac"; field in Telephony.CellBroadcasts
3959 LAC,
/frameworks/base/core/api/
Dsystem-current.txt12043 field public static final String LAC = "lac";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt42566 Landroid/provider/Telephony$CellBroadcasts;->LAC:Ljava/lang/String;