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 97 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
99 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
131 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
133 request.setActionCode(ContactsRequest.ACTION_PICK_POSTAL);
ContactsRequest.java 76 public static final int ACTION_PICK_POSTAL = 100;
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 159 mIsSearchSupported = mRequest.getActionCode() != ContactsRequest.ACTION_PICK_POSTAL
244 case ContactsRequest.ACTION_PICK_POSTAL: {
342 case ContactsRequest.ACTION_PICK_POSTAL: {
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 75 ACTION_PICK_POSTAL,
166 case ACTION_PICK_POSTAL: {

Completed in 1378 milliseconds