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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
BSIC.java 36 public class BSIC extends Asn1Integer {
42 public BSIC() {
68 * Creates a new BSIC from encoded stream.
70 public static BSIC fromPerUnaligned(byte[] encodedBytes) {
71 BSIC result = new BSIC();
77 * Creates a new BSIC from encoded stream.
79 public static BSIC fromPerAligned(byte[] encodedBytes) {
80 BSIC result = new BSIC();
    [all...]
BSICAndCarrier.java 115 private BSIC bsic_;
116 public BSIC getBsic() {
120 * @throws ClassCastException if value is not a BSIC
123 this.bsic_ = (BSIC) value;
125 public BSIC setBsicToNewInstance() {
126 bsic_ = new BSIC();
205 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
219 return "bsic : "
ReferenceAssistData.java 115 private BSIC bsic_;
116 public BSIC getBsic() {
120 * @throws ClassCastException if value is not a BSIC
123 this.bsic_ = (BSIC) value;
125 public BSIC setBsicToNewInstance() {
126 bsic_ = new BSIC();
235 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
249 return "bsic : "
AssistBTSData.java 100 private BSIC bsic_;
101 public BSIC getBsic() {
105 * @throws ClassCastException if value is not a BSIC
108 this.bsic_ = (BSIC) value;
110 public BSIC setBsicToNewInstance() {
111 bsic_ = new BSIC();
207 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
221 return "bsic : "
GANSSTOD_GSMTimeAssociation.java 115 private BSIC bsic_;
116 public BSIC getBsic() {
120 * @throws ClassCastException if value is not a BSIC
123 this.bsic_ = (BSIC) value;
125 public BSIC setBsicToNewInstance() {
126 bsic_ = new BSIC();
265 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
279 return "bsic : "
GSMTime.java 115 private BSIC bsic_;
116 public BSIC getBsic() {
120 * @throws ClassCastException if value is not a BSIC
123 this.bsic_ = (BSIC) value;
125 public BSIC setBsicToNewInstance() {
126 bsic_ = new BSIC();
250 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
264 return "bsic : "
MsrAssistBTS.java 115 private BSIC bsic_;
116 public BSIC getBsic() {
120 * @throws ClassCastException if value is not a BSIC
123 this.bsic_ = (BSIC) value;
125 public BSIC setBsicToNewInstance() {
126 bsic_ = new BSIC();
265 return tag == null ? BSIC.getPossibleFirstTags() : ImmutableList.of(tag);
279 return "bsic : "
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityGsmTest.java 36 private static final int BSIC = 63;
48 new CellIdentityGsm(LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR,
55 assertEquals(BSIC, ci.getBsic());
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);
150 LAC, CID, ARFCN, BSIC, MCC_STR, MNC_STR, ALPHA_LONG, ALPHA_SHORT)
    [all...]
RILTest.java 173 private static final int BSIC = 8;
    [all...]

Completed in 2253 milliseconds