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

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
MCC.java 37 public class MCC
44 public MCC() {
71 * Creates a new MCC from encoded stream.
73 public static MCC fromPerUnaligned(byte[] encodedBytes) {
74 MCC result = new MCC();
80 * Creates a new MCC from encoded stream.
82 public static MCC fromPerAligned(byte[] encodedBytes) {
83 MCC result = new MCC();
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 61 MCC,
120 case MCC:
121 mConfig.mcc = value;
223 config.setProperty(Properties.MCC, 310);
296 config.setProperty(Properties.MCC, 111);
528 config.setProperty(Properties.MCC, 111);
    [all...]
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResTable_config.java 122 int mcc = buffer.getShort() & 0xFFFF; local
180 return new ResTable_config(size, mcc, mnc, language, region, orientation,
193 MCC,
541 public int mcc; 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,
649 this.mcc = mcc;
    [all...]

Completed in 207 milliseconds