Home
last modified time | relevance | path

Searched refs:PSC (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityWcdmaTest.java37 private static final int PSC = 511; field in CellIdentityWcdmaTest
50 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, in testDefaultConstructor()
55 assertEquals(PSC, ci.getPsc()); in testDefaultConstructor()
71 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit, in testConstructorWithThreeDigitMnc()
89 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit, 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 …]
DCellIdentityTest.java56 private static final int PSC = 511; field in CellIdentityTest
212 CellIdentityWcdma wcdma = new CellIdentityWcdma(MAX_LAC, MAX_CID, PSC, UARFCN, MCC_STR, in testGetMccMncString()
DRILTest.java258 private static final int PSC = 500; field in RILTest
1869 cellIdentity0.psc = PSC; in getCellIdentityWcdma_1_2()
1916 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_4ForWcdma()
1960 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_5ForWcdma()
1989 CellIdentityWcdma cellIdentityWcdma = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, in testConvertHalCellInfoList_1_6ForWcdma()
2005 cellIdentity0.cpid = PSC; in getCellIdentityTdscdma_1_2()
2048 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_4ForTdscdma()
2093 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_5ForTdscdma()
2123 MCC_STR, MNC_STR, LAC, CID, PSC, UARFCN, ALPHA_LONG, ALPHA_SHORT, in testConvertHalCellInfoList_1_6ForTdscdma()