Home
last modified time | relevance | path

Searched refs:MNC (Results 1 – 3 of 3) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/
DMNC.java37 public class MNC class
44 public MNC() { in MNC() method in MNC
73 public static MNC fromPerUnaligned(byte[] encodedBytes) { in fromPerUnaligned()
74 MNC result = new MNC(); in fromPerUnaligned()
82 public static MNC fromPerAligned(byte[] encodedBytes) { in fromPerAligned()
83 MNC result = new MNC(); in fromPerAligned()
DPLMN_Identity.java115 private MNC mnc_;
116 public MNC getMnc() { in getMnc()
123 this.mnc_ = (MNC) value; in setMnc()
125 public MNC setMncToNewInstance() { in setMncToNewInstance()
126 mnc_ = new MNC(); in setMncToNewInstance()
205 return tag == null ? MNC.getPossibleFirstTags() : ImmutableList.of(tag); in getComponents()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java62 MNC, enumConstant
123 case MNC: in setProperty()
224 config.setProperty(Properties.MNC, 001); // unused in makeClassicConfig()
303 config.setProperty(Properties.MNC, 222); in testAllEmptyConfigs()
535 config.setProperty(Properties.MNC, 222); in testAllClassicConfigs()
1055 config.setProperty(Properties.MNC, 222); in testPrecedence()
1080 config.setProperty(Properties.MNC, 220); in testCombinations()
1091 config.setProperty(Properties.MNC, 222); in testCombinations()
1099 config.setProperty(Properties.MNC, 222); in testCombinations()
1142 config.setProperty(Properties.MNC, 333); in testCombinations()