Home
last modified time | relevance | path

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

/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java435 private LinearLayout buildAddressLayout(int addressType, String addressTypeLabel, in buildAddressLayout() argument
453 if (addressTypeLabel == null && addressType == 0) { in buildAddressLayout()
460 StructuredPostal.getTypeLabel(getResources(), addressType, addressTypeLabel); in buildAddressLayout()