Searched refs:addressLine2 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
D | LocationFragment.java | 67 private TextView addressLine2; field in LocationFragment 113 addressLine2 = (TextView) view.findViewById(R.id.address_line_two); in onCreateView() 179 addressLine2.setVisibility(View.VISIBLE); in setAddress() 182 addressLine2.setText(null); in setAddress() 192 updateText(addressLine2, address.substring(splitIndex + 1).trim()); in setAddress() 195 updateText(addressLine2, null); in setAddress() 250 location, addressLine1.getText(), addressLine2.getText())); in launchMap()
|
D | LocationUrlBuilder.java | 123 Location location, @Nullable CharSequence addressLine1, @Nullable CharSequence addressLine2) { in getShowMapIntent() argument 130 if (addressLine2 != null) { in getShowMapIntent() 132 String.format(Locale.US, "(%s, %s)", addressLine1.toString(), addressLine2.toString()); in getShowMapIntent()
|