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.java150 String otherCity = currentCity; in computeAddress() local
152 otherCity = addr2Locality; in computeAddress()
153 if (otherCity.length() == 0) { in computeAddress()
154 otherCity = addr2AdminArea; in computeAddress()
156 otherCity += " " + addr2CountryCode; in computeAddress()
163 otherCity = addr1Locality; in computeAddress()
164 if (otherCity.length() == 0) { in computeAddress()
165 otherCity = addr1AdminArea; in computeAddress()
167 otherCity += " " + addr1CountryCode; in computeAddress()
176 if (!currentCity.equals(otherCity)) { in computeAddress()
[all …]