Home
last modified time | relevance | path

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

/cts/tests/location/location_none/src/android/location/cts/none/
DAddressTest.java321 String subThoroughfare = "1600"; in testAccessSubThoroughfare() local
322 address.setSubThoroughfare(subThoroughfare); in testAccessSubThoroughfare()
323 assertEquals(subThoroughfare, address.getSubThoroughfare()); in testAccessSubThoroughfare()