History log of /packages/providers/ContactsProvider/run-all-tests.sh
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2e9ac275e487ce558579ee65ff8f122cf498b07 06-Oct-2016 Makoto Onuki <omakoto@google.com> Don't expose raw usage stats to clients; return "low-res" values.

- "times_used" now return values after the following conversion:
value == 0 -> 0
value < 10 -> 1
10 <= value <= 19 -> 10
20 <= value <= 29 -> 20
:
:

- "last_time_used" now returns values in day granularity.

Test: run-all-tests.sh
Test: cts-tradefed run cts-dev --skip-device-info --skip-preconditions --skip-system-status-check \
com.android.compatibility.common.tradefed.targetprep.NetworkConnectivityChecker -a armeabi-v7a \
-m CtsProviderTestCases

Bug 31753890

Change-Id: Ief2b93ce7775bb6482c03ceb1ba0fd367d51eed8
/packages/providers/ContactsProvider/run-all-tests.sh
68c0db255a381d0fdf4ef613f4ac0429ee14a829 30-Sep-2016 Makoto Onuki <omakoto@google.com> Add secondary tests that run on separate process

- 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
/packages/providers/ContactsProvider/run-all-tests.sh