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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsIntentResolver.java 90 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
92 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
116 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
118 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
ContactsRequest.java 63 public static final int ACTION_PICK_POSTAL = 100;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 158 if (mRequest.getActionCode() == ContactsRequest.ACTION_PICK_POSTAL ||
300 case ContactsRequest.ACTION_PICK_POSTAL: {
367 case ContactsRequest.ACTION_PICK_POSTAL: {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 80 ACTION_PICK_POSTAL,
201 case ACTION_PICK_POSTAL: {

Completed in 649 milliseconds