History log of /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
eb8d2387e312748e4f1d92e00b4dcc7eb8085e15 16-Mar-2010 Dmitri Plotnikov <dplotnikov@google.com> Disabling broken test on Sapphire

Bug: 2519095
Change-Id: Ie6ef8f93067acd3cbb8165e06be9869c9fc276a5
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
d806946b6561dca3f34ded156c6ee89a5113996e 05-Mar-2010 Dmitri Plotnikov <dplotnikov@google.com> Preventing Chinese shorthand keys from being inserted for non-Chinese contacts.

Bug: 2488839
Change-Id: I0999284fb2eb651af7c3cb00d3f991ab157a3b28
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
339603c831c0f0440312c40bee7008bef93dac95 30-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> [Issue 2147424] Making sure that a contact can be filtered/looked up by any word in the name

Which is not to say that it can be aggregated on any word in the name - that limit is still 4.

Change-Id: I61821af3d8103e3ec58b42df10f96171667c5eca
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
8920a04b4a68ed6b548bcdef5ca8736dcf8b69b1 29-Sep-2009 Omari Stephens <xsdg@android.com> Update test documentation and suite classifications.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
c91ffc49403818f280c382f01bbfd5cd9a9bca6b 22-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> Fixing OOM exception in ContactsProvider2 caused by names that look like this: "A B C D E F G H I"

Since we are computing all possible permutation of names, a name with 10 words would
cause us to create 7,257,600 rows in the name_lookup table.

Limiting that to just 4 words, 48 rows max. Choosing the 4 longest words to
improve reliability of matching.

Change-Id: I83b1424cc14a291d8d8b615a356d6ec4f9e00aad
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java
f23764675b35b5262a39c79aad8e9842460274b2 21-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> No longer relying on the components of structured name for aggregation.

Now parsing display name into tokens and allowing permutations of those.

Bug IDs: 2132657, 2132636, 2089893

Change-Id: Idea256bbec3b82fb229199c6bd6e9d7b145ab075
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/NameLookupBuilderTest.java