Home
last modified time | relevance | path

Searched refs:MNC (Results 1 – 5 of 5) 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.java65 MNC, enumConstant
129 case MNC: in setProperty()
230 config.setProperty(Properties.MNC, 001); // unused in makeClassicConfig()
310 config.setProperty(Properties.MNC, 222); in testAllEmptyConfigs()
566 config.setProperty(Properties.MNC, 222); in testAllClassicConfigs()
1074 config.setProperty(Properties.MNC, 222); in testPrecedence()
1099 config.setProperty(Properties.MNC, 220); in testCombinations()
1110 config.setProperty(Properties.MNC, 222); in testCombinations()
1118 config.setProperty(Properties.MNC, 222); in testCombinations()
1161 config.setProperty(Properties.MNC, 333); in testCombinations()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DApnCarrierIdTest.java272 Carriers.MNC, in getApnWithCarrierId()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt37836 field @Deprecated public static final String MNC = "mnc";