Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java21 import android.net.wifi.rtt.CivicLocationKeys.CivicLocationKeysType;
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()
198 CivicLocationKeys.PRIMARY_ROAD_NAME)); 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()
[all …]
DCivicLocationKeys.java31 public class CivicLocationKeys { class
113 private CivicLocationKeys() {} in CivicLocationKeys() method in CivicLocationKeys
DResponderLocation.java29 import android.net.wifi.rtt.CivicLocationKeys.CivicLocationKeysType;
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DCivicLocationTest.java58 (byte) CivicLocationKeys.HNO,
62 (byte) CivicLocationKeys.PRIMARY_ROAD_NAME,
68 (byte) CivicLocationKeys.STREET_NAME_POST_MODIFIER,
74 (byte) CivicLocationKeys.CITY,
84 (byte) CivicLocationKeys.STATE,
88 (byte) CivicLocationKeys.POSTAL_CODE,
DResponderLocationTest.java132 (byte) CivicLocationKeys.HNO,
136 (byte) CivicLocationKeys.PRIMARY_ROAD_NAME,
142 (byte) CivicLocationKeys.STREET_NAME_POST_MODIFIER,
148 (byte) CivicLocationKeys.CITY,
158 (byte) CivicLocationKeys.STATE,
162 (byte) CivicLocationKeys.POSTAL_CODE,
/frameworks/base/non-updatable-api/
Dcurrent.txt30740 public class CivicLocationKeys {
/frameworks/base/api/
Dcurrent.txt30884 public class CivicLocationKeys {