Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
DReverseGeocoder.java149 String otherCity = currentCity; in computeAddress() local
151 otherCity = addr2Locality; in computeAddress()
152 if (otherCity.length() == 0) { in computeAddress()
153 otherCity = addr2AdminArea; in computeAddress()
155 otherCity += " " + addr2CountryCode; in computeAddress()
162 otherCity = addr1Locality; in computeAddress()
163 if (otherCity.length() == 0) { in computeAddress()
164 otherCity = addr1AdminArea; in computeAddress()
166 otherCity += " " + addr1CountryCode; in computeAddress()
175 if (!currentCity.equals(otherCity)) { in computeAddress()
[all …]