Searched defs:UARFCN (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityWcdmaTest.java36 private static final int UARFCN = 65535; field in class:CellIdentityWcdmaTest
47 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR,
53 assertEquals(UARFCN, ci.getUarfcn());
54 assertEquals(UARFCN, ci.getChannelNumber());
68 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithThreeDigit,
82 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, mncWithTwoDigit,
96 new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT);
104 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT);
112 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
120 ci = new CellIdentityWcdma(LAC, CID, PSC, UARFCN, "", "", ALPHA_LON
[all...]
H A DRILTest.java203 private static final int UARFCN = 690; field in class:RILTest
1162 cellinfo.cellIdentityWcdma.uarfcn = UARFCN;
1186 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT);
1377 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1397 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, EMPTY_ALPHA_LONG, EMPTY_ALPHA_SHORT);
1419 LAC, CID, PSC, UARFCN, null, null, ALPHA_LONG, ALPHA_SHORT);
1560 cellinfo.cellIdentityWcdma.base.uarfcn = UARFCN;

Completed in 67 milliseconds