Home
last modified time | relevance | path

Searched refs:ACTION_EDIT (Results 1 – 25 of 28) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorBaseActivity.java58 public static final String ACTION_EDIT = "com.android.contacts.action.FULL_EDIT"; field in ContactEditorBaseActivity
224 if (Intent.ACTION_EDIT.equals(action) || ACTION_EDIT.equals(action)) { in onCreate()
255 if (Intent.ACTION_EDIT.equals(action) || ACTION_EDIT.equals(action)) { in onNewIntent()
365 intent.setAction(Intent.ACTION_EDIT);
DContactEditorActivity.java49 final Uri uri = ContactEditorBaseActivity.ACTION_EDIT.equals(action) in onCreate()
50 || Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null; in onCreate()
DCompactContactEditorActivity.java56 final Uri uri = Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null; in onCreate()
DGroupEditorActivity.java91 Uri uri = Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null; in onCreate()
DGroupDetailActivity.java103 intent.setAction(Intent.ACTION_EDIT);
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorBaseFragment.java102 add(Intent.ACTION_EDIT);
104 add(ContactEditorBaseActivity.ACTION_EDIT);
544 if (Intent.ACTION_EDIT.equals(mAction) || in onActivityCreated()
545 ContactEditorBaseActivity.ACTION_EDIT.equals(mAction)) { in onActivityCreated()
559 if (Intent.ACTION_EDIT.equals(mAction) || in onActivityCreated()
560 ContactEditorBaseActivity.ACTION_EDIT.equals(mAction)) { in onActivityCreated()
1481 load(ContactEditorBaseActivity.ACTION_EDIT, contactLookupUri, null); in reloadFullEditor()
1711 return Intent.ACTION_EDIT.equals(action) in isEdit()
1712 || ContactEditorBaseActivity.ACTION_EDIT.equals(action); in isEdit()
DEditorIntents.java48 final Intent intent = new Intent(Intent.ACTION_EDIT, contactLookupUri); in createCompactEditContactIntent()
84 final Intent intent = new Intent(Intent.ACTION_EDIT, contactLookupUri); in createEditOtherContactIntent()
102 final Intent intent = new Intent(ContactEditorBaseActivity.ACTION_EDIT, contactLookupUri); in createEditContactIntent()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DAllIntentsActivity.java297 final Intent intent = new Intent(Intent.ACTION_EDIT, uri); in onListItemClick()
308 final Intent intent = new Intent(Intent.ACTION_EDIT, lookupWithoutIdUri); in onListItemClick()
316 final Intent intent = new Intent(Intent.ACTION_EDIT, lookupUri); in onListItemClick()
324 final Intent intent = new Intent(Intent.ACTION_EDIT, uri); in onListItemClick()
333 final Intent intent = new Intent(Intent.ACTION_EDIT, uri); in onListItemClick()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java238 } else if (Intent.ACTION_EDIT.equals(mAction)) { in onActivityCreated()
258 ". Only support " + Intent.ACTION_EDIT + " or " + Intent.ACTION_INSERT); in onActivityCreated()
609 } else if (Intent.ACTION_EDIT.equals(mAction)) { in save()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DUtils.java606 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT, account.settingsIntentUri); in showSettings()
622 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT, in showAccountSettings()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupCreationDialogFragment.java98 activity.getClass(), ContactEditorBaseActivity.ACTION_EDIT)); in onCompleted()
/packages/apps/Settings/src/com/android/settings/
DApnPreference.java121 context.startActivity(new Intent(Intent.ACTION_EDIT, url)); in onClick()
DApnSettings.java375 startActivity(new Intent(Intent.ACTION_EDIT, url)); in onPreferenceTreeClick()
DApnEditor.java205 if (action.equals(Intent.ACTION_EDIT)) { in onCreate()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java691 intent.setAction(Intent.ACTION_EDIT); in launchPhotoEditor()
713 intent.setAction(Intent.ACTION_EDIT); in launchSimpleEditor()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DUserDictionaryToolsEdit.java140 } else if (action.equals(Intent.ACTION_EDIT)) { in onCreate()
DUserDictionaryToolsList.java549 screenTransition(Intent.ACTION_EDIT, mEditViewName); in wordEdit()
/packages/apps/Gallery2/src/com/android/photos/
DMultiChoiceManager.java237 .setAction(Intent.ACTION_EDIT); in singleItemAction()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java213 new Intent(Intent.ACTION_EDIT).setType(mimeType), 0); in isEditorAvailable()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DMenuExecutor.java248 Intent intent = getIntentBySingleSelectedPath(Intent.ACTION_EDIT) in onMenuClicked()
/packages/apps/Music/src/com/android/music/
DPlaylistBrowserActivity.java404 Intent intent = new Intent(Intent.ACTION_EDIT); in onListItemClick()
DMediaPlaybackActivity.java397 new Intent(Intent.ACTION_EDIT)
DTrackBrowserActivity.java136 mEditMode = intent.getAction().equals(Intent.ACTION_EDIT); in onCreate()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java770 Intent intent = new Intent(Intent.ACTION_EDIT, uri); in launchEditEvent()
DUtils.java223 if (TextUtils.equals(intent.getAction(), Intent.ACTION_EDIT)) { in getViewTypeFromIntentAndSharedPref()

12