OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_PICK_OR_CREATE_CONTACT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java
54
public static final int
ACTION_PICK_OR_CREATE_CONTACT
= 70;
ContactsIntentResolver.java
105
request.setActionCode(ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
);
117
request.setActionCode(ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
234
case ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
: {
298
case ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
: {
Completed in 190 milliseconds