Searched refs:addressView (Results 1 – 1 of 1) sorted by relevance
193 TextView addressView = (TextView) view.findViewById(R.id.location_address); in getView() local194 if (addressView != null) { in getView()195 addressView.setText(result.mAddress); in getView()