Lines Matching refs:dd

224 <dd>{@link android.provider.AlarmClock#ACTION_SET_ALARM}</dd>
227 <dd>None</dd>
230 <dd>None
231 </dd>
234 <dd>
237 <dd>The hour for the alarm.</dd>
239 <dd>The minutes for the alarm.</dd>
241 <dd>A custom message to identify the alarm.</dd>
243 <dd>An {@link java.util.ArrayList} including each week day on which this alarm should
246 <p>For a one-time alarm, do not specify this extra.</dd>
248 <dd>A {@code content:} URI specifying a ringtone to use with the alarm, or {@link
250 <p>To use the default ringtone, do not specify this extra.</dd>
252 <dd>A boolean specifying whether to vibrate for this alarm.</dd>
254 <dd>A boolean specifying whether the responding app should skip its UI when setting the alarm.
255 If true, the app should bypass any confirmation UI and simply set the specified alarm.</dd>
257 </dd>
321 <dd>{@link android.provider.AlarmClock#ACTION_SET_TIMER}</dd>
324 <dd>None</dd>
327 <dd>None
328 </dd>
331 <dd>
334 <dd>The length of the timer in seconds.</dd>
336 <dd>A custom message to identify the timer.</dd>
338 <dd>A boolean specifying whether the responding app should skip its UI when setting the timer.
339 If true, the app should bypass any confirmation UI and simply start the specified timer.</dd>
341 </dd>
397 <dd>{@link android.provider.AlarmClock#ACTION_SHOW_ALARMS}</dd>
400 <dd>None</dd>
403 <dd>None
404 </dd>
433 <dd>{@link android.content.Intent#ACTION_INSERT}</dd>
436 <dd>{@link android.provider.CalendarContract.Events#CONTENT_URI
437 Events.CONTENT_URI}</dd>
440 <dd>{@code "vnd.android.cursor.dir/event"}
441 </dd>
444 <dd>
447 <dd>A boolean specifying whether this is an all-day event.</dd>
449 <dd>The start time of the event (milliseconds since epoch).</dd>
451 <dd>The end time of the event (milliseconds since epoch).</dd>
453 <dd>The event title.</dd>
455 <dd>The event description.</dd>
457 <dd>The event location.</dd>
459 <dd>A comma-separated list of email addresses that specify the invitees.</dd>
463 </dd>
522 <dd>{@link android.provider.MediaStore#ACTION_IMAGE_CAPTURE} or<br>
523 {@link android.provider.MediaStore#ACTION_VIDEO_CAPTURE}</dd>
526 <dd>None</dd>
529 <dd>None</dd>
532 <dd>
535 <dd>The URI location where the camera app should save the photo or
536 video file (as a {@link android.net.Uri} object).</dd>
538 </dd>
622 <dd>{@link android.provider.MediaStore#INTENT_ACTION_STILL_IMAGE_CAMERA}</dd>
625 <dd>None</dd>
628 <dd>None</dd>
631 <dd>None</dd>
678 <dd>{@link android.provider.MediaStore#INTENT_ACTION_VIDEO_CAMERA}</dd>
681 <dd>None</dd>
684 <dd>None</dd>
687 <dd>None</dd>
738 <dd>{@link android.content.Intent#ACTION_PICK}</dd>
741 <dd>None</dd>
744 <dd>{@link android.provider.ContactsContract.Contacts#CONTENT_TYPE
746 </dd>
805 <dd>{@link android.content.Intent#ACTION_PICK}</dd>
808 <dd>None</dd>
811 <dd>
815 <dd>Pick from contacts with a phone number.</dd>
818 <dd>Pick from contacts with an email address.</dd>
821 <dd>Pick from contacts with a postal address.</dd>
825 </dd>
881 <dd>{@link android.content.Intent#ACTION_VIEW}</dd>
884 <dd>{@code content:&lt;URI>}</dd>
887 <dd>None. The type is inferred from contact URI.
888 </dd>
922 <dd>{@link android.content.Intent#ACTION_EDIT}</dd>
925 <dd>{@code content:&lt;URI>}</dd>
928 <dd>The type is inferred from contact URI.
929 </dd>
932 <dd>One or more of the extras defined in {@link android.provider.ContactsContract.Intents.Insert}
934 </dd>
965 <dd>{@link android.content.Intent#ACTION_INSERT}</dd>
968 <dd>None</dd>
971 <dd>{@link android.provider.ContactsContract.Contacts#CONTENT_TYPE Contacts.CONTENT_TYPE}</dd>
974 <dd>One or more of the extras defined in {@link android.provider.ContactsContract.Intents.Insert}.
975 </dd>
1011 <dd>{@link android.content.Intent#ACTION_SENDTO} (for no attachment) or<br>
1013 {@link android.content.Intent#ACTION_SEND_MULTIPLE} (for multiple attachments)</dd>
1016 <dd>None</dd>
1019 <dd>
1024 </dd>
1027 <dd>
1030 <dd>A string array of all "To" recipient email addresses.</dd>
1032 <dd>A string array of all "CC" recipient email addresses.</dd>
1034 <dd>A string array of all "BCC" recipient email addresses.</dd>
1036 <dd>A string with the email subject.</dd>
1038 <dd>A string with the body of the email.</dd>
1040 <dd>A {@link android.net.Uri} pointing to the attachment. If using the
1042 be an {@link java.util.ArrayList} containing multiple {@link android.net.Uri} objects.</dd>
1044 </dd>
1133 <dd>{@link android.content.Intent#ACTION_GET_CONTENT}</dd>
1136 <dd>None</dd>
1139 <dd>The MIME type corresponding to the file type the user should select.
1140 </dd>
1143 <dd>
1146 <dd>A boolean declaring whether the user can select more than one file at a time.
1147 </dd>
1149 <dd>A boolean that declares whether the returned file must be available directly from
1151 </dd>
1153 </dd>
1156 <dd>
1159 <dd>To return only "openable" files that can be represented as a file stream
1160 with {@link android.content.ContentResolver#openFileDescriptor openFileDescriptor()}.</dd>
1162 </dd>
1252 <dd>{@link android.content.Intent#ACTION_OPEN_DOCUMENT} or<br/>
1253 {@link android.content.Intent#ACTION_CREATE_DOCUMENT}</dd>
1256 <dd>None</dd>
1259 <dd>The MIME type corresponding to the file type the user should select.
1260 </dd>
1263 <dd>
1266 <dd>An array of MIME types corresponding to the types of files your app is
1268 {@link android.content.Intent#setType setType()} to {@code "*/*"}.</dd>
1270 <dd>A boolean that declares whether the user can select more than one file at a time.
1271 </dd>
1273 <dd>For use with {@link android.content.Intent#ACTION_CREATE_DOCUMENT} to specify
1275 </dd>
1277 <dd>A boolean that declares whether the returned file must be available directly from
1279 </dd>
1281 </dd>
1284 <dd>
1287 <dd>To return only "openable" files that can be represented as a file stream
1288 with {@link android.content.ContentResolver#openFileDescriptor openFileDescriptor()}.</dd>
1290 </dd>
1371dd><a href="{@docRoot}reference/com/google/android/gms/actions/ReserveIntents.html#ACTION_RESERVE_…
1374 <dd>None</dd>
1377 <dd>None</dd>
1380 <dd>None</dd>
1421 <dd>{@link android.content.Intent#ACTION_VIEW}</dd>
1424 <dd>
1427 <dd>Show the map at the given longitude and latitude.
1429 </dd>
1431 <dd>Show the map at the given longitude and latitude at a certain zoom level. A zoom level of
1435 </dd>
1437 <dd>Show the map at the given longitude and latitude with a string label.
1439 </dd>
1441 <dd>Show the location for "my street address" (may be a specific address or location query).
1447 </dd>
1449 </dd>
1452 <dd>None</dd>
1495 <dd>{@link android.content.Intent#ACTION_VIEW}</dd>
1498 <dd>
1504 </dd>
1507 <dd>
1515 </dd>
1572 <dd>{@link android.provider.MediaStore#INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH}</dd>
1575 <dd>None</dd>
1578 <dd>None</dd>
1581 <dd>
1584 <dd>
1592 <dd>
1601 </dd>
1603 <dd>
1612 </dd>
1615 <dd>
1624 </dd>
1627 <dd>
1638 </dd>
1641 <dd>
1653 </dd>
1655 <dd>
1668 </dd>
1670 <dd>
1686 </dd>
1688 </dd>
1690 </dd>
1822 <dd>
1828 </dd>
1831 <dd>
1836 </dd>
1839 <dd>None</dd>
1905 <dd>
1908 <dd>Support search queries from Google Now.</dd>
1910 </dd>
1913 <dd>
1916 <dd>A string that contains the search query.</dd>
1918 </dd>
1942 <dd>{@link android.content.Intent#ACTION_WEB_SEARCH}</dd>
1945 <dd>None</dd>
1948 <dd>None</dd>
1951 <dd>
1954 <dd>The search string.</dd>
1956 </dd>
1986 <dd>
2003 </dd>
2006 <dd>None</dd>
2009 <dd>None</dd>
2038 <dd>{@link android.content.Intent#ACTION_SENDTO} or<br>
2040 {@link android.content.Intent#ACTION_SEND_MULTIPLE}</dd>
2043 <dd>
2051 </dd>
2054 <dd>
2060 </dd>
2063 <dd>
2066 <dd>A string for the message subject (usually for MMS only).</dd>
2068 <dd>A string for the text message.</dd>
2070 <dd>A {@link android.net.Uri} pointing to the
2073 android.net.Uri}s pointing to the images/videos to attach.</dd>
2075 </dd>
2158 <dd>{@link android.content.Intent#ACTION_VIEW}<dd>
2161 <dd>{@code http:<em>&lt;URL></em>}<br/>
2162 {@code https:<em>&lt;URL></em>}</dd>
2165 <dd>
2172 </dd>