Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityGsmTest.java43 private static final String ALPHA_LONG = "long"; field in CellIdentityGsmTest
51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testDefaultConstructor()
63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
76 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConstructorWithThreeDigitMnc()
94 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); 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()
130 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
140 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
154 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
[all …]
DCellIdentityTest.java52 private static final String ALPHA_LONG = "long"; 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()
119 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
121 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
127 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testEquals()
128 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
137 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel()
147 ALPHA_LONG, ALPHA_SHORT); in testParcel()
173 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell()
[all …]
DCellIdentityWcdmaTest.java44 private static final String ALPHA_LONG = "long"; field in CellIdentityWcdmaTest
51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor()
63 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
72 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc()
90 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); 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()
143 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
[all …]
DCellIdentityLteTest.java50 private static final String ALPHA_LONG = "long"; field in CellIdentityLteTest
57 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor()
70 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor()
82 mncWithThreeDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc()
96 mncWithTwoDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithTwoDigitMnc()
108 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testConstructorWithEmptyMccMnc()
118 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
128 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
138 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc()
170 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals()
[all …]
DCellIdentityCdmaTest.java42 private static final String ALPHA_LONG = "long"; field in CellIdentityCdmaTest
49 ALPHA_LONG, ALPHA_SHORT); in testConstructor()
54 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
66 ALPHA_LONG, ALPHA_SHORT); in testNullIsland()
76 ALPHA_LONG, ALPHA_SHORT); in testEquals()
79 ALPHA_LONG, ALPHA_SHORT); in testEquals()
91 ALPHA_LONG, ALPHA_SHORT); in testEquals()
102 ALPHA_LONG, ALPHA_SHORT); in testParcel()
DCellIdentityTdscdmaTest.java45 private static final String ALPHA_LONG = "long"; field in CellIdentityTdscdmaTest
75 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor()
85 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor()
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()
144 p.writeString(ALPHA_LONG); in testParcelWithUnknowMccMnc()
162 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithInvalidMccMnc()
169 p.writeString(ALPHA_LONG); in testParcelWithInvalidMccMnc()
DRILTest.java235 private static final String ALPHA_LONG = "long"; field in RILTest
1553 operatorNames.alphaLong = ALPHA_LONG; in getCellIdentityOperatorNames()
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()
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()
1917 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConvertHalCellInfoList_1_4ForWcdma()
1961 MNC_STR, ALPHA_LONG, ALPHA_SHORT, additionalPlmns, closedSubscriberGroupInfo); in testConvertHalCellInfoList_1_5ForWcdma()
[all …]