Searched refs:ACTION_INSERT (Results 1 – 9 of 9) sorted by relevance
161 Intent i = new Intent(Intent.ACTION_INSERT, Browser.BOOKMARKS_URI); in saveBookmark()
8378 public static final String ACTION = Intent.ACTION_INSERT;
323 <p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns {@link341 <p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns the
221 android.content.Intent#ACTION_INSERT} intent with the data defined by {@link
501 {@link android.content.Intent#ACTION_INSERT INSERT} Intent, as described in <a519 android.content.Intent#ACTION_INSERT INSERT} Intent, described in <a532 android.content.Intent#ACTION_INSERT INSERT} Intent, described in <a979 {@link android.content.Intent#ACTION_INSERT INSERT} </td>1063 <p>Using the {@link android.content.Intent#ACTION_INSERT INSERT} Intent1072 android.content.Intent#ACTION_INSERT INSERT} Intent uses extra fields to1103 Intent intent = new Intent(Intent.ACTION_INSERT)
1077 {@link android.content.Intent#ACTION_INSERT} intent, which allows you to activate the1081 {@link android.content.Intent#ACTION_INSERT} and then let the user insert the event there.
121 Intent calendarIntent = new Intent(Intent.ACTION_INSERT, Events.CONTENT_URI);
1082 public static final String ACTION_INSERT = "android.intent.action.INSERT"; field in Intent
6352 field public static final java.lang.String ACTION_INSERT = "android.intent.action.INSERT";