Searched refs:SNIPPET_MAX_TOKENS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactListAdapter.java46 public static final int SNIPPET_MAX_TOKENS = 5; field in class:DefaultContactListAdapter
49 + SNIPPET_ELLIPSIS + "," + SNIPPET_MAX_TOKENS;
H A DContactListItemView.java1141 DefaultContactListAdapter.SNIPPET_MAX_TOKENS);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java63 private static final int SNIPPET_MAX_TOKENS = 5; field in class:GlobalSearchSupport
242 SNIPPET_ELLIPSIS, SNIPPET_MAX_TOKENS, false);

Completed in 9 milliseconds