Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsIntentResolver.java97 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL); in resolveIntent()
99 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL); in resolveIntent()
131 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL); in resolveIntent()
133 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL); in resolveIntent()
DContactsRequest.java76 public static final int ACTION_PICK_POSTAL = 100; field in ContactsRequest
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java159 mIsSearchSupported = mRequest.getActionCode() != ContactsRequest.ACTION_PICK_POSTAL in prepareSearchViewAndActionBar()
244 case ContactsRequest.ACTION_PICK_POSTAL: { in configureActivityTitle()
342 case ContactsRequest.ACTION_PICK_POSTAL: { in configureListFragment()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java75 ACTION_PICK_POSTAL, enumConstant
166 case ACTION_PICK_POSTAL: { in onListItemClick()