Lines Matching full:mime
111 <li> <a href="#Handling_of_specific_MIME_types">Handling of specific MIME types</a>
232 <tr><td > <code>MIMETYPE</code> </td><td > Needs to be visible so that app can display the icon matching the mime type. Intended to be visible by 3rd-party download UIs. <b>TODO</b> Security TBD before we implement support for 3rd-party UIs. </td></tr>
351 <tr><td > <em>5xxx</em> </td><td > <em>N/A</em> </td><td > </td><td > <em>MIME</em> </td><td > </td><td > </td></tr>
352 <tr><td > <em>52xx</em> </td><td > <em>N/A</em> </td><td > </td><td > <em>MIME/DRM</em> </td><td > </td><td > </td></tr>
354 <tr><td > <em>54xx</em> </td><td > <em>N/A</em> </td><td > </td><td > <em>MIME/OMA</em> </td><td > </td><td > </td></tr>
573 <tr><td > <code>Downloads.STATUS_NOT_ACCEPTABLE</code> </td><td > <code>406</code> </td><td > No handler to view the file (external downloads), or server response 406. </td><td > External downloads are meant to be user-visible, and are aborted if there's no application to handle the relevant MIME type. </td></tr>
838 <li> Allow trust-and-verify MIME type.
971 <h3><a name="Handling_of_specific_MIME_types"> </a> Handling of specific MIME types </h3>
982 <li> Assume application/octet-stream for http responses with no mime type.
998 <li> Sniff content when receiving MIME-types known to be inaccurately sent by misconfigured servers.
1065 <li> <em>[DownloadThread.java]</em> When download is restarted and MIME type wasn't provided by app, don't re-use MIME type.