Searched refs:getGid1 (Results 1 – 14 of 14) sorted by relevance
314 if (carrierIdentifier.getGid1() != null) { in getCarrierId()315 args.add(carrierIdentifier.getGid1()); in getCarrierId()331 + ((carrierIdentifier.getGid1() == null) ? " is NULL" : "=?") + " AND " in getCarrierId()
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()
311 result = (id == null) || value.equalsIgnoreCase(id.getGid1()); in checkFilters()
679 public String getGid1() { in getGid1() method in IccRecords
255 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()
1016 final String gid1 = carrierIdentifier.getGid1(); in getCarrierIdFromIdentifier()
2027 return (r != null) ? r.getGid1() : null; in getGroupIdLevel1()2032 return (mSimRecords != null) ? mSimRecords.getGid1() : ""; in getGroupIdLevel1()
5096 } else if (!TextUtils.isEmpty(ci.getGid1())) { in createCarrierRestrictionList()5098 matchData = ci.getGid1(); in createCarrierRestrictionList()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
38116 method @Nullable public String getGid1();