Searched refs:SNIPPET (Results 1 – 10 of 10) sorted by relevance
120 assertStoredValue(buildSearchUri("\u695A\u8FAD"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()121 assertStoredValue(buildSearchUri("\u8FAD"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()122 assertStoredValue(buildSearchUri("CI"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()123 assertStoredValue(buildSearchUri("CHUCI"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()124 assertStoredValue(buildSearchUri("CC"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()125 assertStoredValue(buildSearchUri("C"), SearchSnippets.SNIPPET, null); in testSearchByChineseName()156 assertStoredValue(buildSearchUri("\uC774\uC0C1\uC77C"), SearchSnippets.SNIPPET, null); in testSearchByKoreanName()159 assertStoredValue(buildSearchUri("\uC0C1\uC77C"), SearchSnippets.SNIPPET, null); in testSearchByKoreanName()162 assertStoredValue(buildSearchUri("\u1109\u110B"), SearchSnippets.SNIPPET, null); in testSearchByKoreanName()165 assertStoredValue(buildSearchUri("\u110B\u1109\u110B"), SearchSnippets.SNIPPET, null); in testSearchByKoreanName()[all …]
371 SearchSnippets.SNIPPET, in testContactsWithSnippetProjection()4657 values.put(SearchSnippets.SNIPPET, "acmecorp"); in testSearchSnippetOrganization()4673 values.put(SearchSnippets.SNIPPET, "acme@corp.com"); in testSearchSnippetEmail()4700 values.put(SearchSnippets.SNIPPET, "[(860) 555-1234]"); in testSearchSnippetPhone()4731 values.put(SearchSnippets.SNIPPET, snippet); in createSnippetContentValues()4746 values.put(SearchSnippets.SNIPPET, "Incredible"); in testSearchSnippetNickname()
41 Threads.SNIPPET,52 private static final int SNIPPET = 4; field in LogTelephonyDatabaseAction117 " " + ThreadsColumns.SNIPPET + " : " + cursor.getString(SNIPPET) + in executeAction()
78 SearchSnippets.SNIPPET, // 991 SearchSnippets.SNIPPET, // 9
1639 || !SearchSnippets.SNIPPET.equals(cursor.getColumnName(summarySnippetColumnIndex))) { in showSnippet()
237 sb.append(", " + SearchSnippets.SNIPPET); in addSearchSuggestionsBasedOnFilter()
653 .add(SearchSnippets.SNIPPET)5694 if (cursor.getColumnIndex(SearchSnippets.SNIPPET) < 0) { in addSnippetExtrasToCursor()7993 sb.append(" JOIN (SELECT NULL AS " + SearchSnippets.SNIPPET + " WHERE 0)"); in setTablesAndProjectionMapForContactsWithSnippet()8141 sb.append(" AS " + SearchSnippets.SNIPPET); in appendSearchIndexJoin()9792 return ContactsDatabaseHelper.isInProjection(projection, SearchSnippets.SNIPPET); in snippetNeeded()
1121 Threads.SNIPPET + " TEXT," + in createCommonTables()2146 Threads.SNIPPET + " TEXT," + in upgradeThreadsTableToAutoIncrement()
219 projectionMap.put(Sms.Conversations.SNIPPET, in query()
218 Threads.SNIPPET,248 MMS_SMS_THREAD_COL_SNIPPET = projection.indexOf(Threads.SNIPPET);