Searched refs:formatAddressElement (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/rtt/ |
D | CivicLocation.java | 188 String room = formatAddressElement("Room: ", getCivicElementValue(CivicLocationKeys.ROOM)); in toAddress() 190 formatAddressElement(" Desk: ", getCivicElementValue(CivicLocationKeys.DESK)); in toAddress() 192 formatAddressElement(", Flr: ", getCivicElementValue(CivicLocationKeys.FLOOR)); in toAddress() 193 String houseNumber = formatAddressElement("", getCivicElementValue(CivicLocationKeys.HNO)); in toAddress() 195 formatAddressElement("", getCivicElementValue(CivicLocationKeys.HNS)); in toAddress() 197 formatAddressElement(" ", getCivicElementValue( in toAddress() 199 String roadSuffix = formatAddressElement(" ", getCivicElementValue(CivicLocationKeys.STS)); in toAddress() 200 String apt = formatAddressElement(", Apt: ", getCivicElementValue(CivicLocationKeys.APT)); in toAddress() 201 String city = formatAddressElement("", getCivicElementValue(CivicLocationKeys.CITY)); in toAddress() 202 String state = formatAddressElement("", getCivicElementValue(CivicLocationKeys.STATE)); in toAddress() [all …]
|