Home
last modified time | relevance | path

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

/cts/tests/location/location_none/src/android/location/cts/none/
DAddressTest.java173 String postalCode = "93110"; in testAccessPostalCode() local
174 address.setPostalCode(postalCode); in testAccessPostalCode()
175 assertEquals(postalCode, address.getPostalCode()); in testAccessPostalCode()