Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java173 String thoroughfare = "1600 Ampitheater Parkway"; in testAccessThoroughfare() local
174 address.setThoroughfare(thoroughfare); in testAccessThoroughfare()
175 assertEquals(thoroughfare, address.getThoroughfare()); in testAccessThoroughfare()