HomeSort by relevance Sort by last modified time
    Searched refs:ARFCN (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityGsmTest.java 34 private static final int ARFCN = 65535;
48 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR,
53 assertEquals(ARFCN, ci.getArfcn());
54 assertEquals(ARFCN, ci.getChannelNumber());
69 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithThreeDigit,
83 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, mncWithTwoDigit,
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)
    [all...]
RILTest.java 170 private static final int ARFCN = 690;
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 106 private static final int ARFCN = 1024;
549 int arfcn = gsm.getArfcn(); local
551 assertTrue("getArfcn() out of range [0,1024], arfcn=" + arfcn,
552 arfcn == Integer.MAX_VALUE || (arfcn >= 0 && arfcn <= ARFCN));

Completed in 92 milliseconds