Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DAddress.java46 private String mSubThoroughfare; field in Address
215 return mSubThoroughfare; in getSubThoroughfare()
222 this.mSubThoroughfare = subthoroughfare; in setSubThoroughfare()
505 a.mSubThoroughfare = in.readString();
552 parcel.writeString(mSubThoroughfare); in writeToParcel()