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/
DEuiccPortTest.java287 assertEquals("213", profile.getCarrierIdentifier().getMcc()); in testGetProfile()
288 assertEquals("54", profile.getCarrierIdentifier().getMnc()); in testGetProfile()
289 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()
290 assertEquals("040506", profile.getCarrierIdentifier().getGid2()); in testGetProfile()
/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java392 public CarrierIdentifier getCarrierIdentifier() { in getCarrierIdentifier() method in EuiccProfileInfo
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java1233 CarrierIdentifier cid = embeddedProfile.getCarrierIdentifier(); in updateEmbeddedSubscriptions()
/frameworks/base/core/api/
Dsystem-current.txt12670 method public android.service.carrier.CarrierIdentifier getCarrierIdentifier();