Searched refs:getMnc (Results 1 – 12 of 12) sorted by relevance
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/ |
D | PLMN_Identity.java | 116 public MNC getMnc() { in getMnc() method in PLMN_Identity 185 return getMnc() != null; in getComponents() 197 return getMnc(); in getComponents() 220 + getMnc().toIndentedString(indent); in getComponents()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockEmergencyRegResult.java | 182 public @NonNull String getMnc() { in getMnc() method in MockEmergencyRegResult
|
D | MockSimService.java | 212 public String getMnc() { in getMnc() method in MockSimService.SimAppData 1139 mnc = activeSimAppData.getMnc(); in getMccMnc()
|
D | IRadioNetworkImpl.java | 1195 result.mnc = regResult.getMnc(); in convertEmergencyRegResult()
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CellInfoTest.java | 689 verifyPlmnInfo(lte.getMccString(), lte.getMncString(), lte.getMcc(), lte.getMnc()); in verifyCellIdentityLte() 763 lte.getMncString() != null || lte.getMnc() != CellInfo.UNAVAILABLE); in verifyCellIdentityLte() 877 verifyPlmnInfo(wcdma.getMccString(), wcdma.getMncString(), wcdma.getMcc(), wcdma.getMnc()); in verifyCellIdentityWcdma() 914 wcdma.getMncString() != null || wcdma.getMnc() != CellInfo.UNAVAILABLE); in verifyCellIdentityWcdma() 1000 verifyPlmnInfo(gsm.getMccString(), gsm.getMncString(), gsm.getMcc(), gsm.getMnc()); in verifyCellIdentityGsm() 1030 gsm.getMncString() != null || gsm.getMnc() != CellInfo.UNAVAILABLE); in verifyCellIdentityGsm()
|
D | DomainSelectionServiceTestOnMockModem.java | 397 assertEquals(regResult.getMnc(), receivedResult.getMnc()); in testDomainSelectionServiceEmergencyNetworkScan()
|
D | TelephonyManagerTestOnMockModem.java | 1188 assertEquals(carrierInfo1.getMnc(), "654"); in getCarrierRestrictionRules() 1235 assertEquals(carrierInfo1.getMnc(), "**1"); in getCarrierRestrictionRules_WithEphlmnList()
|
D | SubscriptionManagerTest.java | 319 assertEquals(mSm.getActiveSubscriptionInfo(mSubId).getMnc(), r.getConfiguration().mnc); in testGetResourcesForSubId()
|
D | TelephonyManagerTest.java | 3489 assertTrue(validateEmergencyNumberMnc(emergencyNumber.getMnc())); in checkEmergencyNumberFormat()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccProfileInfoTest.java | 140 assertEquals("764", p.getCarrierIdentifier().getMnc()); in testBuilderAndGetters()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 40395 method public String getMnc(); 44391 method @Deprecated public int getMnc(); 44407 method @Deprecated public int getMnc(); 44447 method @Deprecated public int getMnc(); 45769 method @Deprecated public int getMnc(); 46683 method @NonNull public String getMnc();
|
D | system-current.txt | 14624 method @NonNull public String getMnc();
|