Home
last modified time | relevance | path

Searched refs:ACTION_INSERT (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java336 startActivity(new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI)); in onListItemClick()
340 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onListItemClick()
353 startActivity(new Intent(Intent.ACTION_INSERT, RawContacts.CONTENT_URI)); in onListItemClick()
358 startActivity(new Intent(Intent.ACTION_INSERT, legacyContentUri)); in onListItemClick()
503 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onAccountChosen()
510 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onAccountChosen()
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DHomeXLarge.java70 … startActivity(new Intent(Intent.ACTION_INSERT, ContactsContract.Contacts.CONTENT_URI)); in onAction()
105 … startActivity(new Intent(Intent.ACTION_INSERT, ContactsContract.Contacts.CONTENT_URI)); in onActionItemClicked()
DHomeGroupsXLarge.java180 … startActivity(new Intent(Intent.ACTION_INSERT, ContactsContract.Contacts.CONTENT_URI)); in onActionItemClicked()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java72 final Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in createCompactInsertContactIntent()
117 final Intent intent = new Intent(ContactEditorBaseActivity.ACTION_INSERT, in createInsertContactIntent()
DContactEditorBaseFragment.java109 add(Intent.ACTION_INSERT);
111 add(ContactEditorBaseActivity.ACTION_INSERT);
578 } else if (Intent.ACTION_INSERT.equals(mAction) || in onActivityCreated()
579 ContactEditorBaseActivity.ACTION_INSERT.equals(mAction)) { in onActivityCreated()
1717 return Intent.ACTION_INSERT.equals(action) in isInsert()
1718 || ContactEditorBaseActivity.ACTION_INSERT.equals(action); in isInsert()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorBaseActivity.java65 public static final String ACTION_INSERT = "com.android.contacts.action.FULL_INSERT"; field in ContactEditorBaseActivity
339 intent.setAction(Intent.ACTION_INSERT);
DShowOrCreateActivity.java198 Intent createIntent = new Intent(Intent.ACTION_INSERT, RawContacts.CONTENT_URI); in onQueryComplete()
DContactSelectionActivity.java566 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in startCreateNewContactActivity()
DPeopleActivity.java1416 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in onClick()
/packages/apps/Dialer/src/com/android/dialer/util/
DIntentUtil.java109 return new Intent(Intent.ACTION_INSERT, ContactsContract.Contacts.CONTENT_URI); in getNewContactIntent()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java240 } else if (Intent.ACTION_INSERT.equals(mAction)) { in onActivityCreated()
258 ". Only support " + Intent.ACTION_EDIT + " or " + Intent.ACTION_INSERT); in onActivityCreated()
581 if (Intent.ACTION_INSERT.equals(mAction)) { in save()
/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java253 Intent intent = new Intent(Intent.ACTION_INSERT, Contacts.CONTENT_URI); in addEmptyUserProfileHeader()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsEdit.java136 if (action.equals(Intent.ACTION_INSERT)) { in onCreate()
DUserDictionaryToolsList.java534 screenTransition(Intent.ACTION_INSERT, mEditViewName); in wordAdd()
/packages/apps/Settings/src/com/android/settings/
DApnSettings.java366 Intent intent = new Intent(Intent.ACTION_INSERT, Telephony.Carriers.CONTENT_URI); in addNewApn()
DApnEditor.java218 } else if (action.equals(Intent.ACTION_INSERT)) { in onCreate()