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/
ContactsIntentResolver.java
109
request.setActionCode(ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
);
121
request.setActionCode(ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
);
ContactsRequest.java
54
public static final int
ACTION_PICK_OR_CREATE_CONTACT
= 70;
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
239
case ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
: {
303
case ContactsRequest.
ACTION_PICK_OR_CREATE_CONTACT
: {
Completed in 396 milliseconds