Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DAddressTest.java184 String Url = "Url"; in testAccessUrl() local
185 address.setUrl(Url); in testAccessUrl()
186 assertEquals(Url, address.getUrl()); in testAccessUrl()