Searched refs:getGid2 (Results 1 – 10 of 10) sorted by relevance
167 gid = ruleCarrierId.getGid2(); in findIndex()168 if (!TextUtils.isEmpty(gid) && !gid.equals(carrierId.getGid2())) { in findIndex()
248 listItemValue = convertNullToEmpty(listItem.getGid2()); in isCarrierIdInList()249 idValue = convertNullToEmpty(id.getGid2()); in isCarrierIdInList()
153 public String getGid2() { in getGid2() method in CarrierIdentifier
119 assertEquals("45", p.getCarrierIdentifier().getGid2()); in testBuilderAndGetters()
693 public String getGid2() { in getGid2() method in IccRecords
256 assertEquals("040506", profile.getCarrierIdentifier().getGid2()); in testGetProfile()
1006 final String gid2 = carrierIdentifier.getGid2(); in getCarrierIdFromIdentifier()
2017 return (r != null) ? r.getGid2() : null; in getGroupIdLevel2()2022 return (mSimRecords != null) ? mSimRecords.getGid2() : ""; in getGroupIdLevel2()
5043 } else if (!TextUtils.isEmpty(ci.getGid2())) { in createCarrierRestrictionList()5045 matchData = ci.getGid2(); in createCarrierRestrictionList()
38053 method @Nullable public String getGid2();