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

12

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorActivity.java49 final Uri uri = ContactEditorBaseActivity.ACTION_EDIT.equals(action)
50 || Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null;
H A DContactEditorBaseActivity.java58 public static final String ACTION_EDIT = "com.android.contacts.action.FULL_EDIT"; field in class:ContactEditorBaseActivity
224 if (Intent.ACTION_EDIT.equals(action) || ACTION_EDIT.equals(action)) {
254 if (Intent.ACTION_EDIT.equals(action) || ACTION_EDIT.equals(action)) {
364 intent.setAction(Intent.ACTION_EDIT);
H A DGroupDetailActivity.java103 intent.setAction(Intent.ACTION_EDIT);
H A DGroupEditorActivity.java91 Uri uri = Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null;
H A DCompactContactEditorActivity.java175 final Uri uri = Intent.ACTION_EDIT.equals(action) ? getIntent().getData() : null;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorIntents.java50 final Intent intent = new Intent(Intent.ACTION_EDIT, contactLookupUri);
86 final Intent intent = new Intent(Intent.ACTION_EDIT, contactLookupUri);
104 final Intent intent = new Intent(ContactEditorBaseActivity.ACTION_EDIT, contactLookupUri);
132 intent.setAction(ContactEditorBaseActivity.ACTION_EDIT);
H A DContactEditorBaseFragment.java108 add(Intent.ACTION_EDIT);
110 add(ContactEditorBaseActivity.ACTION_EDIT);
552 if (Intent.ACTION_EDIT.equals(mAction) ||
553 ContactEditorBaseActivity.ACTION_EDIT.equals(mAction)) {
575 if (Intent.ACTION_EDIT.equals(mAction) ||
576 ContactEditorBaseActivity.ACTION_EDIT.equals(mAction)) {
1499 load(Intent.ACTION_EDIT, contactLookupUri, null);
1722 return Intent.ACTION_EDIT.equals(action)
1723 || ContactEditorBaseActivity.ACTION_EDIT.equals(action);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DGroupCreationDialogFragment.java98 activity.getClass(), ContactEditorBaseActivity.ACTION_EDIT));
/packages/apps/Settings/src/com/android/settings/
H A DApnPreference.java119 context.startActivity(new Intent(Intent.ACTION_EDIT, url));
H A DApnSettings.java381 startActivity(new Intent(Intent.ACTION_EDIT, url));
H A DApnEditor.java225 if (action.equals(Intent.ACTION_EDIT)) {
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java281 final Intent intent = new Intent(Intent.ACTION_EDIT, uri);
294 final Intent intent = new Intent(Intent.ACTION_EDIT, lookupWithoutIdUri);
304 final Intent intent = new Intent(Intent.ACTION_EDIT, lookupUri);
316 final Intent intent = new Intent(Intent.ACTION_EDIT, uri);
329 final Intent intent = new Intent(Intent.ACTION_EDIT, uri);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DUserDictionaryToolsEdit.java140 } else if (action.equals(Intent.ACTION_EDIT)) {
H A DUserDictionaryToolsList.java549 screenTransition(Intent.ACTION_EDIT, mEditViewName);
/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java237 .setAction(Intent.ACTION_EDIT);
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java238 } else if (Intent.ACTION_EDIT.equals(mAction)) {
258 ". Only support " + Intent.ACTION_EDIT + " or " + Intent.ACTION_INSERT);
591 } else if (Intent.ACTION_EDIT.equals(mAction)) {
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DGalleryUtils.java213 new Intent(Intent.ACTION_EDIT).setType(mimeType), 0);
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DUtils.java606 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT, account.settingsIntentUri);
622 final Intent settingsIntent = new Intent(Intent.ACTION_EDIT,
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DMenuExecutor.java248 Intent intent = getIntentBySingleSelectedPath(Intent.ACTION_EDIT)
/packages/apps/Music/src/com/android/music/
H A DPlaylistBrowserActivity.java404 Intent intent = new Intent(Intent.ACTION_EDIT);
H A DMediaPlaybackActivity.java397 new Intent(Intent.ACTION_EDIT)
H A DTrackBrowserActivity.java136 mEditMode = intent.getAction().equals(Intent.ACTION_EDIT);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java691 intent.setAction(Intent.ACTION_EDIT);
713 intent.setAction(Intent.ACTION_EDIT);
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarController.java770 Intent intent = new Intent(Intent.ACTION_EDIT, uri);
H A DUtils.java223 if (TextUtils.equals(intent.getAction(), Intent.ACTION_EDIT)) {

Completed in 4101 milliseconds

12