Home | History | Annotate | Download | only in provider

Lines Matching defs:SNIPPET

196      * The boolean indicates that the provider did not create a snippet and that the client asking
197 * for the snippet should do it (true means the snippeting was deferred to the client).
1589 * <dt>The following code snippet creates a multi-vcard URI that references all the
5609 * snippet that matched the filter.
5613 * the snippet column as well.
5624 * // Do our own snippet formatting.
5625 * // For a contact with the email address (president@organization.com), the snippet
5628 * // The snippet has already been pre-formatted, we can display it as is.
5629 * // For a contact with the email address (president@organization.com), the snippet
5638 * The search snippet constructed by SQLite snippeting functionality.
5640 * The snippet may contain (parts of) several data elements belonging to the contact,
5645 * return the formatted snippet "123 [Mai]n street".
5647 * @see <a href="http://www.sqlite.org/fts3.html#snippet">
5648 * http://www.sqlite.org/fts3.html#snippet</a>
5650 public static final String SNIPPET = "snippet";
5653 * Comma-separated parameters for the generation of the snippet:
5658 * <li>Maximum number of tokens to include in the snippet. Can be either
5669 * The key to ask the provider to defer the formatting of the snippet to the client if
5674 * should do its own formatting of the snippet. If it doesn't exist, the snippet column
5675 * in the cursor should already contain a formatted snippet.