HomeSort by relevance Sort by last modified time
    Searched refs:PostalAddressPickerFragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressPickerFragment.java 28 public class PostalAddressPickerFragment
32 public PostalAddressPickerFragment() {
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 32 import com.android.contacts.list.PostalAddressPickerFragment;
369 PostalAddressPickerFragment fragment = new PostalAddressPickerFragment();
393 } else if (mListFragment instanceof PostalAddressPickerFragment) {
394 ((PostalAddressPickerFragment) mListFragment).setOnPostalAddressPickerActionListener(

Completed in 31 milliseconds