Searched refs:COUNTRY_NAME (Results 1 – 3 of 3) sorted by relevance
106 sLookupProjectionMap.put(MccLookup.COUNTRY_NAME, MccLookup.COUNTRY_NAME); in sLookupProjectionMap.put() argument192 groupBy = MccLookup.COUNTRY_NAME; in query()
262 } else if (tagName.equalsIgnoreCase(MccLookup.COUNTRY_NAME)) { in getTableMccLookupTableRow()263 row.put(MccLookup.COUNTRY_NAME, parser.nextText()); in getTableMccLookupTableRow()
61 public static final String COUNTRY_NAME = "cid_pCountryName"; field in CequintCallerIdManager.CequintColumnNames218 String country = getString(cursor, cursor.getColumnIndex(CequintColumnNames.COUNTRY_NAME)); in lookup()