aboutsummaryrefslogtreecommitdiff
path: root/test_common
AgeCommit message (Collapse)Author
2022-01-27Fix licenses and license texts.Bob Badour
Entire project is 1p. Test: m nothing Change-Id: I35edf1cd218b33734753970f36f0602b5b96e448
2021-12-13Use the config strings for the local contacts accountMarcus Hagerott
This allows custom local accounts to be handled the same as the AOSP local account. BUG=188858351 Test: atest ContactsProviderTestCases CtsContactsProviderTestCases Change-Id: Icf8b18c2713b8958e5b7150033794289d328907c
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/ContactsProviderBob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp test_common/Android.bp tests/Android.bp tests2/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifd3538fbd0cd2914e487fc97ec54635372821ffc
2019-08-26Delete local raw contacts immediately when the enclosing contact is deletedWalter Jang
Currently deleting local raw contacts through the aggregate contact just sets DELETED=1 but the rows are actually never removed from the database. BUG=133837013 Test: atest ContactsProviderTests ContactsProviderTests2 Change-Id: I2a5a2946da29a6ab4e4ed78227680415d5b291a1
2019-01-10Convert Android.mk file to Android.bpSasha Smundak
See build/soong/README.md for more information. Bug: 122333363 Test: treehugger Change-Id: Idb03dd371284aec57ed356c6091965672b7b95f5
2018-12-13Migrate packages/providers/ContactsProvider to androidx.testBrett Chabot
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: I416cabf849d049a789efe8f8b513bbead4533115
2017-02-27Sanity check against contact-id = 0Makoto Onuki
Test: adb shell am instrument -w com.android.providers.contacts.tests Bug 35756516 Change-Id: I3627fab41781b9d547f69320ff2519708d81135b
2016-10-03Add secondary tests that run on separate processMakoto Onuki
- Test all URIs that are supported, and make sure they can be queried. - Removed the URLs that were actually not implemented. - Fix a bug in ProfileAwareUriMatcher Test: run-all-tests.sh Change-Id: I5a898ac44b3a7b22b404f764ae40f00f16d44340