Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java42 private static final String MNC_STR = "260"; field in CellIdentityGsmTest
50 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, in testDefaultConstructor()
61 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
62 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
66 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) in testDefaultConstructor()
130 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
135 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
154 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
157 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
162 ciA = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
[all …]
DCellIdentityTest.java51 private static final String MNC_STR = "260"; field in CellIdentityTest
111 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
114 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
137 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel()
173 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell()
176 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell()
179 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testIsSameCell()
182 -1, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testIsSameCell()
190 new CellIdentityNr(PCI, TAC, EARFCN, BANDS, MCC_STR, MNC_STR, curCi, ALPHA_LONG, in testIsSameCell()
200 MCC_STR, MNC_STR, null, null, Collections.emptyList()); in testGetMccMncString()
[all …]
DCellIdentityWcdmaTest.java43 private static final String MNC_STR = "260"; field in CellIdentityWcdmaTest
50 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
61 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
62 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
121 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
126 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
143 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
146 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
169 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testParcel()
DCellIdentityLteTest.java49 private static final String MNC_STR = "260"; field in CellIdentityLteTest
56 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor()
68 assertEquals(MNC_STR, ci.getMncString()); in testDefaultConstructor()
69 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testDefaultConstructor()
73 String globalCi = MCC_STR + MNC_STR + Integer.toString(CI, 16); in testDefaultConstructor()
128 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
133 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
161 assertEquals(MNC_STR, ci.getMncString()); in testFormerConstructor()
162 assertEquals(MCC_STR + MNC_STR, ci.getMobileNetworkOperator()); in testFormerConstructor()
170 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
[all …]
DCellIdentityTdscdmaTest.java44 private static final String MNC_STR = "260"; field in CellIdentityTdscdmaTest
75 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor()
79 assertEquals(MNC_STR, ci.getMncString()); in testConstructor()
88 String globalCi = MCC_STR + MNC_STR + Integer.toString(LAC, 16) + Integer.toString(CID, 16); in testConstructor()
106 ci = new CellIdentityTdscdma(null, MNC_STR, LAC, CID, CPID, UARFCN, "", "", in testConstructorWithEmptyMccMnc()
109 assertEquals(MNC_STR, ci.getMncString()); in testConstructorWithEmptyMccMnc()
122 MCC_STR, MNC_STR, LAC, CID, UARFCN, CPID, ALPHA_LONG, ALPHA_SHORT, in testParcel()
DRILTest.java254 private static final String MNC_STR = "260"; field in RILTest
1563 cellIdentity0.mnc = MNC_STR; in getCellIdentityLte_1_2()
1626 BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), in testConvertHalCellInfoList_1_4ForLte()
1687 BANDS.stream().mapToInt(i -> i).toArray(), BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testConvertHalCellInfoList_1_5ForLte()
1727 BANDS.stream().mapToInt(i -> i).toArray(), BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testConvertHalCellInfoList_1_6ForLte()
1740 cellIdentity0.mnc = MNC_STR; in getCellIdentityGsm_1_2()
1786 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConvertHalCellInfoList_1_4ForGsm()
1827 MNC_STR, ALPHA_LONG, ALPHA_SHORT, additionalPlmns); in testConvertHalCellInfoList_1_5ForGsm()
1854 MNC_STR, ALPHA_LONG, ALPHA_SHORT, additionalPlmns); in testConvertHalCellInfoList_1_6ForGsm()
1866 cellIdentity0.mnc = MNC_STR; in getCellIdentityWcdma_1_2()
[all …]