Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java66 private TextView addressLine1; field in LocationFragment
112 addressLine1 = (TextView) view.findViewById(R.id.address_line_one); in onCreateView()
178 addressLine1.setVisibility(View.VISIBLE); in setAddress()
181 addressLine1.setText(null); in setAddress()
191 updateText(addressLine1, address.substring(0, splitIndex).trim()); in setAddress()
194 updateText(addressLine1, address); in setAddress()
250 location, addressLine1.getText(), addressLine2.getText())); in launchMap()
DLocationUrlBuilder.java123 Location location, @Nullable CharSequence addressLine1, @Nullable CharSequence addressLine2) { in getShowMapIntent() argument
129 if (addressLine1 != null) { in getShowMapIntent()
132 String.format(Locale.US, "(%s, %s)", addressLine1.toString(), addressLine2.toString()); in getShowMapIntent()
134 url += String.format(Locale.US, "(%s)", addressLine1.toString()); in getShowMapIntent()