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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
UARFCN.java 36 public class UARFCN extends Asn1Integer {
42 public UARFCN() {
68 * Creates a new UARFCN from encoded stream.
70 public static UARFCN fromPerUnaligned(byte[] encodedBytes) {
71 UARFCN result = new UARFCN();
77 * Creates a new UARFCN from encoded stream.
79 public static UARFCN fromPerAligned(byte[] encodedBytes) {
80 UARFCN result = new UARFCN();
    [all...]
FrequencyInfoFDD.java 100 private UARFCN uarfcn_UL_;
101 public UARFCN getUarfcn_UL() {
105 * @throws ClassCastException if value is not a UARFCN
108 this.uarfcn_UL_ = (UARFCN) value;
110 public UARFCN setUarfcn_ULToNewInstance() {
111 uarfcn_UL_ = new UARFCN();
115 private UARFCN uarfcn_DL_;
116 public UARFCN getUarfcn_DL() {
120 * @throws ClassCastException if value is not a UARFCN
123 this.uarfcn_DL_ = (UARFCN) value
    [all...]
FrequencyInfoTDD.java 100 private UARFCN uarfcn_Nt_;
101 public UARFCN getUarfcn_Nt() {
105 * @throws ClassCastException if value is not a UARFCN
108 this.uarfcn_Nt_ = (UARFCN) value;
110 public UARFCN setUarfcn_NtToNewInstance() {
111 uarfcn_Nt_ = new UARFCN();
147 return tag == null ? UARFCN.getPossibleFirstTags() : ImmutableList.of(tag);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityWcdmaTest.java 36 private static final int UARFCN = 65535;
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_LONG, ALPHA_SHORT)
    [all...]
RILTest.java 203 private static final int UARFCN = 690;
    [all...]

Completed in 112 milliseconds