Searched refs:getGid1 (Results 1 – 11 of 11) sorted by relevance
163 String gid = ruleCarrierId.getGid1(); in findIndex()164 if (!TextUtils.isEmpty(gid) && !gid.equals(carrierId.getGid1())) { in findIndex()
239 listItemValue = convertNullToEmpty(listItem.getGid1()); in isCarrierIdInList()240 idValue = convertNullToEmpty(id.getGid1()); in isCarrierIdInList()
96 String gid1 = r.getGid1(); in mvnoMatches()
147 public String getGid1() { in getGid1() method in CarrierIdentifier
118 assertEquals("123", p.getCarrierIdentifier().getGid1()); in testBuilderAndGetters()
679 public String getGid1() { in getGid1() method in IccRecords
255 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()
1005 final String gid1 = carrierIdentifier.getGid1(); in getCarrierIdFromIdentifier()
2004 return (r != null) ? r.getGid1() : null; in getGroupIdLevel1()2009 return (mSimRecords != null) ? mSimRecords.getGid1() : ""; in getGroupIdLevel1()
5040 } else if (!TextUtils.isEmpty(ci.getGid1())) { in createCarrierRestrictionList()5042 matchData = ci.getGid1(); in createCarrierRestrictionList()
38052 method @Nullable public String getGid1();