Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/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.java30 import android.net.wifi.rtt.CivicLocationKeys.CivicLocationKeysType;
/packages/modules/Wifi/framework/tests/src/android/net/wifi/rtt/
DResponderLocationTest.java133 (byte) CivicLocationKeys.HNO,
137 (byte) CivicLocationKeys.PRIMARY_ROAD_NAME,
143 (byte) CivicLocationKeys.STREET_NAME_POST_MODIFIER,
149 (byte) CivicLocationKeys.CITY,
159 (byte) CivicLocationKeys.STATE,
163 (byte) CivicLocationKeys.POSTAL_CODE,
523 assertEquals("15", civicLocationSparseArray.get(CivicLocationKeys.HNO)); in testLcrTestCivicLocationSparseArray()
525 civicLocationSparseArray.get(CivicLocationKeys.PRIMARY_ROAD_NAME)); in testLcrTestCivicLocationSparseArray()
527 civicLocationSparseArray.get(CivicLocationKeys.STREET_NAME_POST_MODIFIER)); in testLcrTestCivicLocationSparseArray()
528 assertEquals("Mtn View", civicLocationSparseArray.get(CivicLocationKeys.CITY)); in testLcrTestCivicLocationSparseArray()
[all …]
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,
/packages/modules/Wifi/framework/api/
Dcurrent.txt1237 public class CivicLocationKeys {