Home
last modified time | relevance | path

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

/frameworks/base/docs/html/training/contacts-provider/
Dmodify-data.jd185 create an intent with the action {@link android.content.Intent#ACTION_EDIT}. Call
236 Intent editIntent = new Intent(Intent.ACTION_EDIT);
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd584 that you use an {@link android.content.Intent#ACTION_EDIT EDIT} Intent, as
959 <td>{@link android.content.Intent#ACTION_EDIT EDIT} </td>
977 <td>{@link android.content.Intent#ACTION_EDIT EDIT} <br>
1119 android.content.Intent#ACTION_EDIT EDIT} Intent allows an application that
1128 Intent intent = new Intent(Intent.ACTION_EDIT)
Dcontacts-provider.jd1422 <td>{@link android.content.Intent#ACTION_EDIT}</td>
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java125 EDIT(Intent.ACTION_EDIT,
/frameworks/base/core/java/android/content/
DIntent.java675 public static final String ACTION_EDIT = "android.intent.action.EDIT"; field in Intent
7735 ACTION_EDIT.equals(mAction) || in prepareToLeaveProcess()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd914 <p>To edit a known contact, use the {@link android.content.Intent#ACTION_EDIT}
931 <dd>{@link android.content.Intent#ACTION_EDIT}</dd>
949 Intent intent = new Intent(Intent.ACTION_EDIT);
Dintents-filters.jd227 example, if the action is {@link android.content.Intent#ACTION_EDIT}, the data should contain the
/frameworks/base/api/
Dsystem-current.txt7861 field public static final java.lang.String ACTION_EDIT = "android.intent.action.EDIT";
Dcurrent.txt7617 field public static final java.lang.String ACTION_EDIT = "android.intent.action.EDIT";