Demote contacts frequency.

Bug: 4586840
Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1
main
Jean Chalard 2011-06-10 17:36:12 +09:00
parent 601b72cb1e
commit dc05c6650e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class ContactsDictionary extends ExpandableDictionary {
/**
* Frequency for contacts information into the dictionary
*/
private static final int FREQUENCY_FOR_CONTACTS = 128;
private static final int FREQUENCY_FOR_CONTACTS = 40;
private static final int FREQUENCY_FOR_CONTACTS_BIGRAM = 90;
private static final int INDEX_NAME = 1;