Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/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.java43 MNC, enumConstant
104 case MNC: in setProperty()
205 config.setProperty(Properties.MNC, 001); // unused in makeClassicConfig()
272 config.setProperty(Properties.MNC, 222); in testAllEmptyConfigs()
504 config.setProperty(Properties.MNC, 222); in testAllClassicConfigs()
1024 config.setProperty(Properties.MNC, 222); in testPrecedence()
1049 config.setProperty(Properties.MNC, 220); in testCombinations()
1060 config.setProperty(Properties.MNC, 222); in testCombinations()
1068 config.setProperty(Properties.MNC, 222); in testCombinations()
1111 config.setProperty(Properties.MNC, 333); in testCombinations()