Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java298 String subThoroughfare = "1600"; in testAccessSubThoroughfare() local
299 address.setSubThoroughfare(subThoroughfare); in testAccessSubThoroughfare()
300 assertEquals(subThoroughfare, address.getSubThoroughfare()); in testAccessSubThoroughfare()