Home | History | Annotate | Download | only in provider

Lines Matching refs:SNIPPET

193      * The boolean indicates that the provider did not create a snippet and that the client asking
194 * for the snippet should do it (true means the snippeting was deferred to the client).
1586 * <dt>The following code snippet creates a multi-vcard URI that references all the
5574 * snippet that matched the filter.
5578 * the snippet column as well.
5589 * // Do our own snippet formatting.
5590 * // For a contact with the email address (president@organization.com), the snippet
5593 * // The snippet has already been pre-formatted, we can display it as is.
5594 * // For a contact with the email address (president@organization.com), the snippet
5603 * The search snippet constructed by SQLite snippeting functionality.
5605 * The snippet may contain (parts of) several data elements belonging to the contact,
5610 * return the formatted snippet "123 [Mai]n street".
5612 * @see <a href="http://www.sqlite.org/fts3.html#snippet">
5613 * http://www.sqlite.org/fts3.html#snippet</a>
5615 public static final String SNIPPET = "snippet";
5618 * Comma-separated parameters for the generation of the snippet:
5623 * <li>Maximum number of tokens to include in the snippet. Can be either
5634 * The key to ask the provider to defer the formatting of the snippet to the client if
5639 * should do its own formatting of the snippet. If it doesn't exist, the snippet column
5640 * in the cursor should already contain a formatted snippet.