Searched refs:getAddressLine (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/location/tests/locationtests/src/android/location/ |
D | GeocoderTest.java | 44 assertEquals("Palo Alto, CA 94305", addr.getAddressLine(0)); in testGeocoder() 45 assertEquals("USA", addr.getAddressLine(1)); in testGeocoder() 55 assertEquals("San Francisco, CA", addr.getAddressLine(0)); in testGeocoder() 56 assertEquals("United States", addr.getAddressLine(1)); in testGeocoder()
|
/frameworks/base/wifi/tests/src/android/net/wifi/rtt/ |
D | CivicLocationTest.java | 209 assertEquals("", address.getAddressLine(0)); in testCivicLocationToAddress() 210 assertEquals("15 Alto", address.getAddressLine(1)); in testCivicLocationToAddress() 211 assertEquals("Mtn View", address.getAddressLine(2)); in testCivicLocationToAddress() 212 assertEquals("CA 94043", address.getAddressLine(3)); in testCivicLocationToAddress() 213 assertEquals("US", address.getAddressLine(4)); in testCivicLocationToAddress()
|
D | ResponderLocationTest.java | 500 assertEquals("", address.getAddressLine(0)); in testLcrTestCivicLocationAddress() 501 assertEquals("15 Alto", address.getAddressLine(1)); in testLcrTestCivicLocationAddress() 502 assertEquals("Mtn View", address.getAddressLine(2)); in testLcrTestCivicLocationAddress() 503 assertEquals("CA 94043", address.getAddressLine(3)); in testLcrTestCivicLocationAddress() 504 assertEquals("US", address.getAddressLine(4)); in testLcrTestCivicLocationAddress()
|
/frameworks/base/location/java/android/location/ |
D | Address.java | 88 public String getAddressLine(int index) { in getAddressLine() method in Address
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13679 method public java.lang.String getAddressLine(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 22872 method public String getAddressLine(int);
|
/frameworks/base/api/ |
D | current.txt | 22872 method public String getAddressLine(int);
|