Searched refs:stateAbbr (Results 1 – 1 of 1) sorted by relevance
217 String stateAbbr = getString(cursor, cursor.getColumnIndex(CequintColumnNames.STATE_ABBR)); in lookup() local231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup()304 String city, String state, String stateAbbr, String country) { in getGeolocation() argument309 } else if (!TextUtils.isEmpty(city) && !TextUtils.isEmpty(stateAbbr)) { in getGeolocation()310 geoDescription = city + ", " + stateAbbr; in getGeolocation()