Searched refs:COUNTRY_CODE (Results 1 – 3 of 3) sorted by relevance
43 private static final String COUNTRY_CODE = field in RegulatoryInfoTest89 assertThat(info.countryCode).isEqualTo(COUNTRY_CODE); in fromBytes_succeed()105 COUNTRY_CODE, in toBytes_succeed()134 COUNTRY_CODE, in testSourceOfInfo()154 assertThat(regulatoryInfoResult.countryCode).isEqualTo(COUNTRY_CODE); in testSourceOfInfo()
105 sLookupProjectionMap.put(MccLookup.COUNTRY_CODE, MccLookup.COUNTRY_CODE); in sLookupProjectionMap.put() argument
260 } else if (tagName.equalsIgnoreCase(MccLookup.COUNTRY_CODE)) { in getTableMccLookupTableRow()261 row.put(MccLookup.COUNTRY_CODE, Integer.parseInt(parser.nextText())); in getTableMccLookupTableRow()