Searched refs:getMcc (Results 1 – 11 of 11) sorted by relevance
/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ver2_ulp_components/ |
D | PLMN_Identity.java | 101 public MCC getMcc() { in getMcc() method in PLMN_Identity 142 return getMcc() != null; in getComponents() 154 return getMcc(); in getComponents() 177 + getMcc().toIndentedString(indent); in getComponents()
|
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
D | MockEmergencyRegResult.java | 173 public @NonNull String getMcc() { in getMcc() method in MockEmergencyRegResult
|
D | MockSimService.java | 204 public String getMcc() { in getMcc() method in MockSimService.SimAppData 1138 mcc = activeSimAppData.getMcc(); in getMccMnc()
|
D | IRadioNetworkImpl.java | 1194 result.mcc = regResult.getMcc(); 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() 761 lte.getMccString() != null || lte.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityLte() 877 verifyPlmnInfo(wcdma.getMccString(), wcdma.getMncString(), wcdma.getMcc(), wcdma.getMnc()); in verifyCellIdentityWcdma() 912 wcdma.getMccString() != null || wcdma.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityWcdma() 1000 verifyPlmnInfo(gsm.getMccString(), gsm.getMncString(), gsm.getMcc(), gsm.getMnc()); in verifyCellIdentityGsm() 1028 gsm.getMccString() != null || gsm.getMcc() != CellInfo.UNAVAILABLE); in verifyCellIdentityGsm()
|
D | DomainSelectionServiceTestOnMockModem.java | 396 assertEquals(regResult.getMcc(), receivedResult.getMcc()); in testDomainSelectionServiceEmergencyNetworkScan()
|
D | TelephonyManagerTestOnMockModem.java | 1187 assertEquals(carrierInfo1.getMcc(), "321"); in getCarrierRestrictionRules() 1234 assertEquals(carrierInfo1.getMcc(), "*21"); in getCarrierRestrictionRules_WithEphlmnList()
|
D | SubscriptionManagerTest.java | 318 assertEquals(mSm.getActiveSubscriptionInfo(mSubId).getMcc(), r.getConfiguration().mcc); in testGetResourcesForSubId()
|
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccProfileInfoTest.java | 139 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 40394 method public String getMcc(); 44389 method @Deprecated public int getMcc(); 44405 method @Deprecated public int getMcc(); 44445 method @Deprecated public int getMcc(); 45767 method @Deprecated public int getMcc();
|
D | system-current.txt | 14623 method @NonNull public String getMcc();
|