Searched refs:MNC (Results 1 – 3 of 3) sorted by relevance
37 public class MNC class44 public MNC() { in MNC() method in MNC73 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()
115 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()
43 MNC, enumConstant104 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()