Searched defs:ALPHA_SHORT (Results 1 - 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCellIdentityCdmaTest.java41 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityCdmaTest
47 ALPHA_LONG, ALPHA_SHORT);
53 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
60 ALPHA_LONG, ALPHA_SHORT);
70 ALPHA_LONG, ALPHA_SHORT);
73 ALPHA_LONG, ALPHA_SHORT);
85 ALPHA_LONG, ALPHA_SHORT);
96 ALPHA_LONG, ALPHA_SHORT);
H A DCellIdentityGsmTest.java42 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityGsmTest
49 ALPHA_LONG, ALPHA_SHORT);
62 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
70 ALPHA_LONG, ALPHA_SHORT);
84 ALPHA_LONG, ALPHA_SHORT);
96 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT);
104 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT);
112 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
120 ci = new CellIdentityGsm(LAC, CID, ARFCN, BSIC, "", "", ALPHA_LONG, ALPHA_SHORT);
150 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
[all...]
H A DCellIdentityLteTest.java43 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityLteTest
49 ALPHA_LONG, ALPHA_SHORT);
63 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
71 ALPHA_LONG, ALPHA_SHORT);
85 ALPHA_LONG, ALPHA_SHORT);
97 CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT);
106 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG, ALPHA_SHORT);
115 CI, PCI, TAC, EARFCN, BANDWIDTH, null, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
124 CI, PCI, TAC, EARFCN, BANDWIDTH, "", "", ALPHA_LONG, ALPHA_SHORT);
155 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
[all...]
H A DCellIdentityTdscdmaTest.java42 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityTdscdmaTest
102 new CellIdentityTdscdma(null, null, LAC, CID, CPID, ALPHA_LONG, ALPHA_SHORT);
109 p.writeString(ALPHA_SHORT);
124 new CellIdentityTdscdma(null, null, LAC, CID, CPID, ALPHA_LONG, ALPHA_SHORT);
131 p.writeString(ALPHA_SHORT);
H A DCellIdentityTest.java42 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityTest
58 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
60 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
65 ALPHA_SHORT);
67 ALPHA_SHORT);
72 ALPHA_SHORT);
74 ALPHA_SHORT);
82 ALPHA_LONG, ALPHA_SHORT);
92 ALPHA_LONG, ALPHA_SHORT);
H A DCellIdentityWcdmaTest.java42 private static final String ALPHA_SHORT = "short"; field in class:CellIdentityWcdmaTest
48 ALPHA_LONG, ALPHA_SHORT);
61 assertEquals(ALPHA_SHORT, ci.getOperatorAlphaShort());
69 ALPHA_LONG, ALPHA_SHORT);
83 ALPHA_LONG, ALPHA_SHORT);
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_LONG, ALPHA_SHORT);
149 LAC, CID, PSC, UARFCN, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
[all...]
H A DRILTest.java169 private static final String ALPHA_SHORT = "short"; field in class:RILTest
1239 ArrayList<CellInfo> ret = getCellInfoListForLTE(MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1248 CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1283 ALPHA_LONG, ALPHA_SHORT);
1292 CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG, ALPHA_SHORT);
1303 ArrayList<CellInfo> ret = getCellInfoListForGSM(MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1312 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
1347 ALPHA_LONG, ALPHA_SHORT);
1356 LAC, CID, ARFCN, BSIC, null, null, ALPHA_LONG, ALPHA_SHORT);
1368 MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT);
[all...]

Completed in 52 milliseconds