Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/rtt/
DCivicLocationTest.java102 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, null); in testCivicLocationNullCountryCode()
114 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, "X"); in testCivicLocationCountryCodeTooShort()
126 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, "XYZ"); in testCivicLocationCountryCodeTooLong()
138 CivicLocation civicLocation = new CivicLocation(null, sUsCountryCode); in testCivicLocationNullBuffer()
150 CivicLocation civicLocation = new CivicLocation(sEmptyBuffer, sUsCountryCode); in testCivicLocationEmptyBuffer()
162 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, sUsCountryCode); in testCivicLocationValid()
174 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, sUsCountryCode); in testCivicLocationToString()
186 CivicLocation civicLocation = new CivicLocation(sTestCivicLocationBuffer, sUsCountryCode); in testCivicLocationgetElementValue()
204 CivicLocation civicLocation = in testCivicLocationToAddress()
205 new CivicLocation(sTestCivicLocationBufferWithAddress, sUsCountryCode); in testCivicLocationToAddress()
[all …]
/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java41 public final class CivicLocation implements Parcelable { class
72 public CivicLocation(@Nullable byte[] civicTLVs, @Nullable String countryCode) { in CivicLocation() method in CivicLocation
88 private CivicLocation(Parcel in) { in CivicLocation() method in CivicLocation
94 …c static final @android.annotation.NonNull Creator<CivicLocation> CREATOR = new Creator<CivicLocat…
96 public CivicLocation createFromParcel(Parcel in) {
97 return new CivicLocation(in);
101 public CivicLocation[] newArray(int size) {
102 return new CivicLocation[size];
257 if (!(obj instanceof CivicLocation)) { in equals()
260 CivicLocation other = (CivicLocation) obj; in equals()
DResponderLocation.java293 private CivicLocation mCivicLocation;
764 CivicLocation civicLocation = in parseSubelementLocationCivic()
765 new CivicLocation( in parseSubelementLocationCivic()