Searched defs:ACTION_INSERT_OR_EDIT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java86 ACTION_INSERT_OR_EDIT, enum constant in enum:AllIntentsActivity.ContactsIntent
233 case ACTION_INSERT_OR_EDIT: {
234 Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
241 Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
248 Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);

Completed in 60 milliseconds