Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DCivicLocation.java189 String room = formatAddressElement("Room: ", getCivicElementValue(CivicLocationKeys.ROOM)); in toAddress()
191 formatAddressElement(" Desk: ", getCivicElementValue(CivicLocationKeys.DESK)); in toAddress()
193 formatAddressElement(", Flr: ", getCivicElementValue(CivicLocationKeys.FLOOR)); in toAddress()
194 String houseNumber = formatAddressElement("", getCivicElementValue(CivicLocationKeys.HNO)); in toAddress()
196 formatAddressElement("", getCivicElementValue(CivicLocationKeys.HNS)); in toAddress()
198 formatAddressElement(" ", getCivicElementValue( in toAddress()
200 String roadSuffix = formatAddressElement(" ", getCivicElementValue(CivicLocationKeys.STS)); in toAddress()
201 String apt = formatAddressElement(", Apt: ", getCivicElementValue(CivicLocationKeys.APT)); in toAddress()
202 String city = formatAddressElement("", getCivicElementValue(CivicLocationKeys.CITY)); in toAddress()
203 String state = formatAddressElement("", getCivicElementValue(CivicLocationKeys.STATE)); in toAddress()
[all …]