History log of /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8ed367fdc0b086d54c489f68d555e2f0a4035f63 12-Mar-2013 Chiao Cheng <chiaocheng@google.com> Adding contacts delta api.

Updates and inserts can be detected through the use of a new timestamp
field in the contacts table.

Deletes can be detected by querying the new deleted_contacts table.

Bug: 8182147
Change-Id: I5c1e596f4e1aa58528afc29396f79cb4051e229c
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
b654c68a4d86a74e9751ba6d7007e56803e7c63d 06-Aug-2012 Makoto Onuki <omakoto@google.com> [provider] Clean up unused code used to use for....

SEARCH_SUGGESTION_CLICKED and SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED

Bug 6909811

Change-Id: Icdf7cbb2e1f4c3e50939e9bde260cd341709ee34
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
084a9d5ee564c758ff7709690ab404d6ac58e78d 04-Jul-2012 Mathew Inwood <mathewi@google.com> Don't sort contacts supplied to global search app.

They are to be sorted by the global search app itself instead.

While we're at it, also remove 'create contact' and 'dial number'
suggestions since they're not used.

Change-Id: I0c56f638e347d101468e22d8fb2417552891eaa9
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
583b1364980fd46a5012825886af3160752ff19c 29-Mar-2012 Makoto Onuki <omakoto@google.com> Make unit tests not crash

Workaround for "Cursor window allocation of 2048 kb failed" during
ContactAggregatorTest.

This should be some kind of OOM because if I run only ContactAggregatorTest
it passes without a crash.

Couldn't figure out the root cause. Instead of spending too much time on it,
decided to mark move all large tests except for ContactsProvider2Test to
medium.

Also did some cleanup for SynchronousContactsProvider2 and
SynchronousProfileProvider.

Bug 6249848

Change-Id: I51d80db1e4025ff20642bc3abf8074f882da47d8
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
fa5cdd337d4d696d326db03c68bfae8645c83b14 21-Nov-2011 Mathew Inwood <mathewi@google.com> Unify and improve isPhoneNumber checks.

- Unify GlobalSearchSupport and ContactsProvider2 isPhoneNumber methods
- Improve phone number recognition for gloval search, using the detected
current country and the SIM country.
- Show 'Create contact' and 'Dial number' suggestion in global search
if there's a contact match too. Otherwise, you can't dial a number
that happens to be a substring of a contacts number.
- Move isVoiceCapable check from GlobalSearchSupport into ContactsProviders
to resolve some testing issues.
- Show 'Create contact' suggestions on tablets.

Bug: 5554109

Change-Id: Ie0afee2a97d7551a267482970f5e0615f1775c7d
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
280eaf5da5ab5086e82eac76d34e7ecd0bbf91f9 06-Oct-2011 Dave Santoro <dsantoro@google.com> Fix search tests.

Change-Id: I70c53f954c1b0ef74edf505e8427cb78d66a4a8e
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
174f7d319b987aa2aeeb6f2563f4b939acb8d791 11-Feb-2011 Dmitri Plotnikov <dplotnikov@google.com> Full text search: QSB support

Bug: 2078420
Change-Id: I767ccecc856c0ae9ad74aafb3dac0de39b657e3c
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
9a6be1610fdf40c2f7f04cfe4b66fde3a35940dc 20-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Making QSB query not return "Dial 777" when on a no-telephony device

Also, adding support for QSB search by phone number and
email address.

Bug: 3349545
Change-Id: Ib30cc05f1894a0a74c5dcd349affb367d82603fd
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
244f914757fef93841d33a300a1b42a77ac80b2e 30-Nov-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing GlobalSearchSupportTest

Bug: 3240329
Change-Id: I8063812cf567fb4f290b5a488fcdc2ef20b38ed2
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
2d2ec88b7af615b2f05e987da45425be9cace1ba 23-Dec-2009 Tom O'Neill <tomo@google.com> Contacts provider uses LOOKUP_KEY for search result IDs

The lookup key is more stable against merges, etc. than the contact ID,
so we are switching to that for the ID values used in search results.

Bug: 2294798
Change-Id: I09e03212828ec473b69968eb00d490785e15edbe
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
5b3b3ec368625c07a2c94d2199a75099d4d9b8a9 19-Dec-2009 Tom O'Neill <tomo@google.com> Add GoldenContact, SuggestionTester and their builders.

Use builders in place of an assert method with many arguments, so it's
easier to see which argument has which value. In addition, separate the
creation of the contact from the testing of the global search. Hopefully
the builder for contact creation will be useful for other tests as well.

Change-Id: Idbc8571a37b9b116198f1e00da6b2ecd5a22235f
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.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/GlobalSearchSupportTest.java
82bd858c9911dfbd8dca52dc276333768b0a429e 28-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> Adding columns to support attribution of status updates. Also renaming some columns to better describe their purpose.

Change-Id: I2018079e540dedb2be1b61671742bbe99e92619c
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
a5d05d90333a70d471d78e82caeb5cfa2e4d4c59 21-Sep-2009 Tadashi G. Takaoka <takaoka@google.com> ContactProvider: Make nickname, company and title searchable.

If contact entry doesn't have a name, then nickname, company and title
are used as display name in order of preference.

Internal Bug: 1360100
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
790d120a13119275ab811fa1d57f5c4d0e5042e8 10-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> Clearing out references to deprecated API
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
6bc46c9f22aaa9e68f344b171426fc686d3b536a 10-Sep-2009 Dmitri Plotnikov <dplotnikov@google.com> Fixing broken tests in ContactsProvider2
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
b3f909fee75cb384fc381ec5ce70dd001669f945 24-Aug-2009 Dmitri Plotnikov <dplotnikov@google.com> Support for Global Search Shortcut refresh and contact images.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java
a908fb5f39aa2021662a6cc317cc7e4db2d8bfb0 04-Aug-2009 Dmitri Plotnikov <dplotnikov@google.com> Breaking global search support into a separate class and limiting search results to visible contacts only.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/GlobalSearchSupportTest.java