/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellIdentityGsmTest.java | 42 private static final String ALPHA_LONG = "long"; field in CellIdentityGsmTest 50 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testDefaultConstructor() 62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor() 75 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConstructorWithThreeDigitMnc() 93 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testConstructorWithTwoDigitMnc() 153 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 156 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 169 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 181 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testParcel() 234 LAC, -1, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testgetGlobalCellId() [all …]
|
H A D | CellIdentityTest.java | 51 private static final String ALPHA_LONG = "long"; field in CellIdentityTest 118 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals() 126 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 136 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel() 146 ALPHA_LONG, ALPHA_SHORT); in testParcel() 172 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell() 175 curCi, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, in testIsSameCell() 203 LONGITUDE, LATITUDE, ALPHA_LONG, ALPHA_SHORT); in testGetMccMncString() 212 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testGetMccMncString() 216 CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testGetMccMncString() [all …]
|
H A D | CellIdentityWcdmaTest.java | 43 private static final String ALPHA_LONG = "long"; field in CellIdentityWcdmaTest 50 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 62 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor() 71 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc() 89 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithTwoDigitMnc() 129 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 142 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 145 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, in testEquals() 150 ciA = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 152 ciB = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() [all …]
|
H A D | CellIdentityLteTest.java | 49 private static final String ALPHA_LONG = "long"; field in CellIdentityLteTest 56 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 69 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testDefaultConstructor() 107 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testConstructorWithEmptyMccMnc() 137 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT, in testConstructorWithEmptyMccMnc() 178 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 181 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 190 CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT, in testEquals() 200 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel() 220 p.writeString(ALPHA_LONG); in testParcelWithUnknownMccMnc() [all …]
|
H A D | CellIdentityCdmaTest.java | 41 private static final String ALPHA_LONG = "long"; field in CellIdentityCdmaTest 48 ALPHA_LONG, ALPHA_SHORT); in testConstructor() 53 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor() 65 ALPHA_LONG, ALPHA_SHORT); in testNullIsland() 75 ALPHA_LONG, ALPHA_SHORT); in testEquals() 78 ALPHA_LONG, ALPHA_SHORT); in testEquals() 90 ALPHA_LONG, ALPHA_SHORT); in testEquals() 101 ALPHA_LONG, ALPHA_SHORT); in testParcel()
|
H A D | CellIdentityTdscdmaTest.java | 44 private static final String ALPHA_LONG = "long"; field in CellIdentityTdscdmaTest 74 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor() 84 assertEquals(ALPHA_LONG, ci.getOperatorAlphaLong()); in testConstructor() 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() 143 p.writeString(ALPHA_LONG); in testParcelWithUnknowMccMnc() 161 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithInvalidMccMnc() 168 p.writeString(ALPHA_LONG); in testParcelWithInvalidMccMnc()
|
H A D | RILTest.java | 219 private static final String ALPHA_LONG = "long"; field in RILTest 1609 cid.operatorNames.alphaLong = ALPHA_LONG; in initializeCellIdentityTdscdma_1_2() 1705 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConvertHalCellInfoList_1_2ForLTE() 1742 ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForLTEWithEmptyMccMnc() 1809 ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() 1817 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForGSMWithEmptyMccMnc() 1831 MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForWcdma() 1883 LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_2ForWcdmaWithEmptyMccMnc() 1905 ALPHA_LONG, ALPHA_SHORT); in testConvertHalCellInfoList_1_2ForCdma() 1946 cellinfo.cellidentity.operatorNames.alphaLong = ALPHA_LONG; in testConvertHalCellInfoList_1_4ForNr() [all …]
|