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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsIntentResolver.java97 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);
H A DContactsRequest.java76 public static final int ACTION_PICK_POSTAL = 100; field in class:ContactsRequest
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java159 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/
H A DAllIntentsActivity.java75 ACTION_PICK_POSTAL, enum constant in enum:AllIntentsActivity.ContactsIntent
166 case ACTION_PICK_POSTAL: {

Completed in 199 milliseconds