Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityWcdmaTest.java30 private static final int LAC = 65535; field in CellIdentityWcdmaTest
47 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
50 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
68 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
82 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
96 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
104 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
112 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
120 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
132 new CellIdentityWcdma(MCC, MNC, LAC, CID, PSC); in testFormerConstructor()
[all …]
DCellIdentityGsmTest.java30 private static final int LAC = 65535; field in CellIdentityGsmTest
48 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
51 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
69 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
83 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit, in testConstructorWithTwoDigitMnc()
96 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
104 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
112 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
120 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, "", "", ALPHA_LONG, ALPHA_SHORT); in testConstructorWithEmptyMccMnc()
132 new CellIdentityGsm(MCC, MNC, LAC, CID); in testFormerConstructor()
[all …]
DCellIdentityTdscdmaTest.java45 private static final int LAC = 65535; field in CellIdentityTdscdmaTest
55 new CellIdentityTdscdma(MCC_STR, MNC_STR, LAC, CID, CPID); in testDefaultConstructor()
59 assertEquals(LAC, ci.getLac()); in testDefaultConstructor()
66 CellIdentityTdscdma ci = new CellIdentityTdscdma(null, null, LAC, CID, CPID); in testConstructorWithEmptyMccMnc()
71 ci = new CellIdentityTdscdma(MCC_STR, null, LAC, CID, CPID); in testConstructorWithEmptyMccMnc()
76 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID); in testConstructorWithEmptyMccMnc()
81 ci = new CellIdentityTdscdma("", "", LAC, CID, CPID); in testConstructorWithEmptyMccMnc()
89 CellIdentityTdscdma ci = new CellIdentityTdscdma(MCC_STR, MNC_STR, LAC, CID, CPID); in testParcel()
102 new CellIdentityTdscdma(null, null, LAC, CID, CPID, ALPHA_LONG, ALPHA_SHORT); in testParcelWithUnknowMccMnc()
110 p.writeInt(LAC); in testParcelWithUnknowMccMnc()
[all …]
DRILTest.java183 private static final int LAC = 65535; field in RILTest
1118 cellinfo.cellIdentityGsm.lac = LAC; in testConvertHalCellInfoListForGSM()
1146 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForGSM()
1159 cellinfo.cellIdentityWcdma.lac = LAC; in testConvertHalCellInfoListForWcdma()
1186 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoListForWcdma()
1312 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSM()
1333 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyOperatorInfo()
1356 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc()
1377 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForWcdma()
1397 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyOperatorInfo()
[all …]
/frameworks/opt/telephony/src/java/android/telephony/
DCellBroadcastMessage.java154 int lacColumn = cursor.getColumnIndex(Telephony.CellBroadcasts.LAC); in createFromCursor()
262 cv.put(Telephony.CellBroadcasts.LAC, location.getLac()); in getContentValues()
/frameworks/base/telephony/java/android/provider/
DTelephony.java2970 public static final String LAC = "lac"; field in Telephony.CellBroadcasts
3085 LAC,