HomeSort by relevance Sort by last modified time
    Searched full:thoroughfare (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 173 String thoroughfare = "1600 Ampitheater Parkway"; local
174 address.setThoroughfare(thoroughfare);
175 assertEquals(thoroughfare, address.getThoroughfare());
209 "locality=null,thoroughfare=null,postalCode=95120,countryCode=null," +
  /frameworks/base/location/java/android/location/
Address.java 196 * Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway",
204 * Sets the thoroughfare name of the address, which may be null.
206 public void setThoroughfare(String thoroughfare) {
207 this.mThoroughfare = thoroughfare;
211 * Returns the sub-thoroughfare name of the address, which may be null.
219 * Sets the sub-thoroughfare name of the address, which may be null.
449 sb.append(",thoroughfare=");
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ReverseGeocoder.java 182 // Compare thoroughfare (street address) next.

Completed in 56 milliseconds