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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
MNC.java 37 public class MNC
44 public MNC() {
71 * Creates a new MNC from encoded stream.
73 public static MNC fromPerUnaligned(byte[] encodedBytes) {
74 MNC result = new MNC();
80 * Creates a new MNC from encoded stream.
82 public static MNC fromPerAligned(byte[] encodedBytes) {
83 MNC result = new MNC();
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 62 MNC,
123 case MNC:
124 mConfig.mnc = value;
224 config.setProperty(Properties.MNC, 001); // unused
303 config.setProperty(Properties.MNC, 222);
535 config.setProperty(Properties.MNC, 222);
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 123 int mnc = buffer.getShort() & 0xFFFF; local
180 return new ResTable_config(size, mcc, mnc, language, region, orientation,
194 MNC,
542 public int mnc; field in class:ResTable_config
635 return new ResTable_config(size, mcc, mnc, language, country,
642 public ResTable_config(int size, int mcc, int mnc, byte[] language, byte[] country,
650 this.mnc = mnc;
    [all...]

Completed in 919 milliseconds