Home
last modified time | relevance | path

Searched refs:getCarrierIdentifier (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java116 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()
117 assertEquals("764", p.getCarrierIdentifier().getMnc()); in testBuilderAndGetters()
118 assertEquals("123", p.getCarrierIdentifier().getGid1()); in testBuilderAndGetters()
119 assertEquals("45", p.getCarrierIdentifier().getGid2()); in testBuilderAndGetters()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java282 assertEquals("213", profile.getCarrierIdentifier().getMcc()); in testGetProfile()
283 assertEquals("54", profile.getCarrierIdentifier().getMnc()); in testGetProfile()
284 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()
285 assertEquals("040506", profile.getCarrierIdentifier().getGid2()); in testGetProfile()
/frameworks/base/core/java/android/service/euicc/
DEuiccProfileInfo.java377 public CarrierIdentifier getCarrierIdentifier() { in getCarrierIdentifier() method in EuiccProfileInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java839 CarrierIdentifier cid = embeddedProfile.getCarrierIdentifier(); in updateEmbeddedSubscriptionsCache()
/frameworks/base/api/
Dsystem-current.txt6418 method public android.service.carrier.CarrierIdentifier getCarrierIdentifier();