Demote contacts frequency.
Bug: 4586840 Change-Id: I6dbef2d973174fc49c3955547dde923d6fa48ae1
This commit is contained in:
parent
601b72cb1e
commit
dc05c6650e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue