Searched refs:premises (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/android/location/
H A DAddress.java226 * Returns the premises of the address, or null if it is unknown.
233 * Sets the premises of the address to the given String, which may be null.
235 public void setPremises(String premises) { argument
236 mPremises = premises;

Completed in 25 milliseconds