Searched refs:getGid1 (Results 1 – 13 of 13) sorted by relevance
166 String gid = ruleCarrierId.getGid1(); in findIndex()167 if (!TextUtils.isEmpty(gid) && !gid.equals(carrierId.getGid1())) { in findIndex()
349 listItemValue = convertNullToEmpty(listItem.getGid1()); in isCarrierIdInList()350 idValue = convertNullToEmpty(id.getGid1()); in isCarrierIdInList()
111 public String getGid1() { in getGid1() method in CarrierInfo
147 public String getGid1() { in getGid1() method in CarrierIdentifier
118 assertEquals("123", p.getCarrierIdentifier().getGid1()); in testBuilderAndGetters()
289 assertEquals("010203", profile.getCarrierIdentifier().getGid1()); in testGetProfile()
706 public String getGid1() { in getGid1() method in IccRecords
1699 String gid1 = iccRecords.getGid1(); in mvnoMatches()
1021 final String gid1 = carrierIdentifier.getGid1(); in getCarrierIdFromIdentifier()
1896 } else if (!TextUtils.isEmpty(ci.getGid1())) { in convertToHalCarrierRestrictionList()1898 matchData = ci.getGid1(); in convertToHalCarrierRestrictionList()1932 } else if (!TextUtils.isEmpty(ci.getGid1())) { in convertToHalCarrierRestrictionListAidl()1934 matchData = ci.getGid1(); in convertToHalCarrierRestrictionListAidl()
2229 return (r != null) ? r.getGid1() : null; in getGroupIdLevel1()2234 return (mSimRecords != null) ? mSimRecords.getGid1() : ""; in getGroupIdLevel1()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
40395 method @Nullable public String getGid1();