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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityTest.java 33 private static final int TAC = 65535;
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);
64 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
66 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
71 ciA = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, null, ALPHA_LONG,
73 ciB = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, null, null, ALPHA_LONG,
81 CellIdentity ci = new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
CellIdentityLteTest.java 34 private static final int TAC = 65535;
48 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, MNC_STR,
53 assertEquals(TAC, ci.getTac());
70 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithThreeDigit,
84 new CellIdentityLte(CI, PCI, TAC, EARFCN, BANDWIDTH, MCC_STR, mncWithTwoDigit,
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);
136 new CellIdentityLte(MCC, MNC, CI, PCI, TAC);
    [all...]
CellIdentityTdscdmaTest.java 34 private static final int TAC = 65535;
RILTest.java 200 private static final int TAC = 65535;
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 88 private static final int TAC = 65535;
306 int tac = lte.getTac(); local
307 assertTrue("getTac() out of range [0,65535], tac=" + tac,
308 (tac == Integer.MAX_VALUE) || (tac >= 0 && tac <= TAC));

Completed in 161 milliseconds