summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/contacts/ContactsProvider2Test.java
Commit message (Expand)AuthorAgeFilesLines
* Follow ContactsContract API changesYorke Lee2014-09-041-1/+1
* Merge "Fix testPhoneLookupEnterprise_withCorpProfile" into lmp-devMakoto Onuki2014-09-021-0/+2
|\
| * Fix testPhoneLookupEnterprise_withCorpProfileMakoto Onuki2014-09-021-0/+2
* | Delete stale calls in a managed profile's call log tableYorke Lee2014-09-021-0/+37
|/
* Address API review comments:Makoto Onuki2014-08-271-5/+3
* API changes for ContactsContractYorke Lee2014-08-261-0/+24
* Add a maximum length check when inserting or updating phone numbersYorke Lee2014-08-181-0/+26
* Add unit tests for enterprise caller-idMakoto Onuki2014-08-081-1/+293
* Fix broken aggregation behavior for pinned contacts and testsYorke Lee2014-07-301-5/+5
* Follow ContactsContract API changeYorke Lee2014-07-291-4/+3
* Update the value of PinnedPositions.UNPINNED to 0Yorke Lee2014-07-251-0/+52
* Clean up SearchSnippetColumns API (2/3)Yorke Lee2014-07-011-7/+7
* PinnedPositions API changesYorke Lee2014-06-191-157/+74
* Added usage stats to EntityPaul Soulos2014-06-191-0/+2
* Remove German address book testJay Shrauner2014-04-151-26/+0
* Add IN_DEFAULT_DIRECTORY to views and projectionsBrian Attwell2014-03-041-0/+30
* Do not ignore leading "*"s in phone lookupsBrian Attwell2014-02-281-0/+125
* Add IS_SUPER_PRIMARY to default phone only strequents projectionYorke Lee2013-09-241-0/+1
* Merge "Change CONTACTS_STREQUENTS for phone only queries" into klp-devYorke Lee2013-09-241-8/+32
|\
| * Change CONTACTS_STREQUENTS for phone only queriesYorke Lee2013-09-231-8/+32
* | Change frequents algorithm to return contacts in a different orderYorke Lee2013-09-221-18/+47
|/
* Handle DEMOTE and UNDEMOTE in CP2Yorke Lee2013-08-051-12/+108
* Add Data.contact_id to phone strequents projectionYorke Lee2013-07-311-0/+1
* Add pinning support in ContactsProviderYorke Lee2013-07-241-0/+276
* Remove ContactsContract.snippetize() from unit tests.Chiao Cheng2013-06-181-30/+24
* Fix CommitProcessor unittestJay Shrauner2013-05-091-1/+1
* Fix broken build.Chiao Cheng2013-04-101-2/+2
* Adding contacts delta api.Chiao Cheng2013-04-081-282/+580
* Merge "Provider side changes for exposing data usage stats" into jb-mr2-devYorke Lee2013-04-051-1/+47
|\
| * Provider side changes for exposing data usage statsYorke Lee2013-04-031-1/+47
* | Japanese and Chinese search key fixesJay Shrauner2013-04-021-2/+29
|/
* Add new apis to CP2Yorke Lee2013-03-271-0/+154
* Fix unit tests for ICU 51 patchesJay Shrauner2013-03-111-0/+36
* Reverting is_primary sort order back to previous priority.Chiao Cheng2013-02-281-2/+28
* Use ICU JNI wrappers for phonebook labelsJay Shrauner2013-02-251-21/+110
* Change default sort order for email queries.Chiao Cheng2012-11-261-7/+55
* Skip suffix match if mUseStrictPhoneNumberComparison is trueYorke Lee2012-09-121-0/+58
* Change fallback method for contact matchingYorke Lee2012-09-121-5/+21
* Don't leave stale normalized number when updating...Makoto Onuki2012-08-101-4/+49
* Reorganize import in contacts providerMakoto Onuki2012-06-271-11/+10
* Fix transaction handling in the providerMakoto Onuki2012-06-251-2/+3
* Support new query parameters introduced in Iaab5c38aMakoto Onuki2012-06-151-0/+35
* Don't show the invisible in frequentMakoto Onuki2012-04-301-0/+23
* Merge "New aggregation logic"Makoto Onuki2012-04-231-5/+10
|\
| * New aggregation logicMakoto Onuki2012-04-201-5/+10
* | Use 3 bucket sorting logic for frequent.Makoto Onuki2012-04-181-0/+164
* | Fix the last failing photo testMakoto Onuki2012-04-161-21/+30
* | Fix and simplify data usage feedbackMakoto Onuki2012-04-141-18/+181
* | Use new URI for deleting usage statsMakoto Onuki2012-04-131-3/+3
* | Merge "New API to clear usage stats"Makoto Onuki2012-04-131-0/+33
|\ \