Home | History | Annotate | Download | only in contacts

Lines Matching refs:SNIPPET

720             .add(SearchSnippets.SNIPPET)
5568 // Add snippet if it is not an enterprise call
5726 // If the cursor doesn't contain a snippet column, don't bother wrapping it.
5727 if (cursor.getColumnIndex(SearchSnippets.SNIPPET) < 0) {
5733 // Snippet data is needed for the snippeting on the client side, so store it in the cursor
8072 sb.append(" JOIN (SELECT NULL AS " + SearchSnippets.SNIPPET + " WHERE 0)");
8139 // Add the snippet marker only when we're really creating snippet.
8164 // Add the snippet marker only when we're really creating snippet.
8220 sb.append(" AS " + SearchSnippets.SNIPPET);
8270 sb.append("snippet(" + Tables.SEARCH_INDEX + ",");
8277 // The index of the column used for the snippet, "content".
10070 * Checks the projection for a SNIPPET column indicating that a snippet is needed
10071 * @return a boolean indicating if a snippet is needed or not.
10074 return ContactsDatabaseHelper.isInProjection(projection, SearchSnippets.SNIPPET);