Home
last modified time | relevance | path

Searched refs:PCI (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityLteTest.java39 private static final int PCI = 503; field in CellIdentityLteTest
56 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, MNC_STR, in testDefaultConstructor()
60 assertEquals(PCI, ci.getPci()); in testDefaultConstructor()
81 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, in testConstructorWithThreeDigitMnc()
95 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, 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()
151 new CellIdentityLte(MCC, MNC, CI, PCI, TAC); in testFormerConstructor()
[all …]
DCellIdentityTest.java41 private static final int PCI = 503; 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()
126 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, null, in testEquals()
128 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, null, null, ALPHA_LONG, in testEquals()
136 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDS, BANDWIDTH, MCC_STR, 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()
[all …]
DCellIdentityTdscdmaTest.java36 private static final int PCI = 503; field in CellIdentityTdscdmaTest
DRILTest.java257 private static final int PCI = 503; field in RILTest
1565 cellIdentity0.pci = PCI; in getCellIdentityLte_1_2()
1625 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, new int[] {}, in testConvertHalCellInfoList_1_4ForLte()
1686 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, in testConvertHalCellInfoList_1_5ForLte()
1726 CellIdentityLte cellIdentityLte = new CellIdentityLte(CI, PCI, TAC, EARFCN, in testConvertHalCellInfoList_1_6ForLte()
2246 cellinfo.cellidentity.pci = PCI; in testConvertHalCellInfoList_1_4ForNr()
2273 CellIdentityNr expectedCellIdentity = new CellIdentityNr(PCI, TAC, NRARFCN, in testConvertHalCellInfoList_1_4ForNr()