Searched refs:getCarrierIdentifier (Results 1 – 5 of 5) sorted by relevance
114 assertEquals("325", p.getCarrierIdentifier().getMcc()); in testBuilderAndGetters()115 assertEquals("764", p.getCarrierIdentifier().getMnc()); in testBuilderAndGetters()116 assertEquals("123", p.getCarrierIdentifier().getGid1()); in testBuilderAndGetters()117 assertEquals("45", p.getCarrierIdentifier().getGid2()); in testBuilderAndGetters()
259 assertEquals("213", profile.getCarrierIdentifier().getMcc()); in testGetProfile()260 assertEquals("54", profile.getCarrierIdentifier().getMnc()); in testGetProfile()261 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()262 assertEquals("040506", profile.getCarrierIdentifier().getGid2()); in testGetProfile()
375 public CarrierIdentifier getCarrierIdentifier() { in getCarrierIdentifier() method in EuiccProfileInfo
4427 method public android.service.carrier.CarrierIdentifier getCarrierIdentifier();
39879 Landroid/service/euicc/EuiccProfileInfo;->getCarrierIdentifier()Landroid/service/carrier/CarrierIde…