Home
last modified time | relevance | path

Searched refs:SNIPPET (Results 1 – 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java120 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 …]
DContactsProvider2Test.java371 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()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DLogTelephonyDatabaseAction.java41 Threads.SNIPPET,
52 private static final int SNIPPET = 4; field in LogTelephonyDatabaseAction
117 " " + ThreadsColumns.SNIPPET + " : " + cursor.getString(SNIPPET) + in executeAction()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java78 SearchSnippets.SNIPPET, // 9
91 SearchSnippets.SNIPPET, // 9
DContactListItemView.java1639 || !SearchSnippets.SNIPPET.equals(cursor.getColumnName(summarySnippetColumnIndex))) { in showSnippet()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java237 sb.append(", " + SearchSnippets.SNIPPET); in addSearchSuggestionsBasedOnFilter()
DContactsProvider2.java653 .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()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java1121 Threads.SNIPPET + " TEXT," + in createCommonTables()
2146 Threads.SNIPPET + " TEXT," + in upgradeThreadsTableToAutoIncrement()
DSmsProvider.java219 projectionMap.put(Sms.Conversations.SNIPPET, in query()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java218 Threads.SNIPPET,
248 MMS_SMS_THREAD_COL_SNIPPET = projection.indexOf(Threads.SNIPPET);