Searched refs:ACTION_EDIT (Results 1 – 9 of 9) sorted by relevance
185 create an intent with the action {@link android.content.Intent#ACTION_EDIT}. Call236 Intent editIntent = new Intent(Intent.ACTION_EDIT);
584 that you use an {@link android.content.Intent#ACTION_EDIT EDIT} Intent, as959 <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 that1128 Intent intent = new Intent(Intent.ACTION_EDIT)
1422 <td>{@link android.content.Intent#ACTION_EDIT}</td>
125 EDIT(Intent.ACTION_EDIT,
675 public static final String ACTION_EDIT = "android.intent.action.EDIT"; field in Intent7735 ACTION_EDIT.equals(mAction) || in prepareToLeaveProcess()
914 <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);
227 example, if the action is {@link android.content.Intent#ACTION_EDIT}, the data should contain the
7861 field public static final java.lang.String ACTION_EDIT = "android.intent.action.EDIT";
7617 field public static final java.lang.String ACTION_EDIT = "android.intent.action.EDIT";