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()
62 MNC, enumConstant123 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()