/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CellIdentityGsmTest.java | 44 private static final String ALPHA_SHORT = "short"; field in CellIdentityGsmTest 51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList()); in testDefaultConstructor() 64 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); 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 …]
|
D | CellIdentityTest.java | 53 private static final String ALPHA_SHORT = "short"; 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() 120 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 122 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 127 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 129 ALPHA_SHORT, Collections.emptyList(), null); in testEquals() 137 MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testParcel() 147 ALPHA_LONG, ALPHA_SHORT); in testParcel() 174 ALPHA_SHORT, Collections.emptyList(), null); in testIsSameCell() [all …]
|
D | CellIdentityWcdmaTest.java | 45 private static final String ALPHA_SHORT = "short"; field in CellIdentityWcdmaTest 51 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 64 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); 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 …]
|
D | CellIdentityLteTest.java | 51 private static final String ALPHA_SHORT = "short"; field in CellIdentityLteTest 57 ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testDefaultConstructor() 71 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); in testDefaultConstructor() 82 mncWithThreeDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithThreeDigitMnc() 96 mncWithTwoDigit, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), null); in testConstructorWithTwoDigitMnc() 109 ALPHA_SHORT, Collections.emptyList(), null); 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 …]
|
D | CellIdentityCdmaTest.java | 43 private static final String ALPHA_SHORT = "short"; field in CellIdentityCdmaTest 49 ALPHA_LONG, ALPHA_SHORT); in testConstructor() 55 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); 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()
|
D | CellIdentityTdscdmaTest.java | 46 private static final String ALPHA_SHORT = "short"; field in CellIdentityTdscdmaTest 75 MCC_STR, MNC_STR, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConstructor() 86 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort()); 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() 145 p.writeString(ALPHA_SHORT); in testParcelWithUnknowMccMnc() 162 null, null, LAC, CID, CPID, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testParcelWithInvalidMccMnc() 170 p.writeString(ALPHA_SHORT); in testParcelWithInvalidMccMnc()
|
D | RILTest.java | 236 private static final String ALPHA_SHORT = "short"; field in RILTest 1554 operatorNames.alphaShort = ALPHA_SHORT; in getCellIdentityOperatorNames() 1626 BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT, Collections.emptyList(), in testConvertHalCellInfoList_1_4ForLte() 1688 ALPHA_SHORT, additionalPlmns, closedSubscriberGroupInfo); in testConvertHalCellInfoList_1_5ForLte() 1728 ALPHA_SHORT, additionalPlmns, closedSubscriberGroupInfo); 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 …]
|