Home
last modified time | relevance | path

Searched refs:stateAbbr (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/oem/
DCequintCallerIdManager.java217 String stateAbbr = getString(cursor, cursor.getColumnIndex(CequintColumnNames.STATE_ABBR)); in lookup() local
231 String geolocation = getGeolocation(city, state, stateAbbr, country); in lookup()
304 String city, String state, String stateAbbr, String country) { in getGeolocation() argument
309 } else if (!TextUtils.isEmpty(city) && !TextUtils.isEmpty(stateAbbr)) { in getGeolocation()
310 geoDescription = city + ", " + stateAbbr; in getGeolocation()