Home
last modified time | relevance | path

Searched refs:firstNl (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java289 int firstNl = snippet.lastIndexOf('\n', start); in shortenSnippet() local
290 if (firstNl != -1) { in shortenSnippet()
291 from = firstNl + 1; in shortenSnippet()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListItemView.java1323 int firstNl = snippet.lastIndexOf('\n', start); in showSnippet() local
1324 if (firstNl != -1) { in showSnippet()
1325 from = firstNl + 1; in showSnippet()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1670 int firstNl = snippet.lastIndexOf('\n', start); in showSnippet() local
1671 if (firstNl != -1) { in showSnippet()
1672 from = firstNl + 1; in showSnippet()