diff options
| author | Jeff Sharkey <jsharkey@android.com> | 2013-03-07 21:21:13 -0800 |
|---|---|---|
| committer | Jeff Sharkey <jsharkey@android.com> | 2013-05-13 11:38:44 -0700 |
| commit | 739532e2c7cf113783bc5639c85331b3df782543 (patch) | |
| tree | 4e982908b8a5ce8430a59394bfda19632538d3a1 /testrunner | |
| parent | b98e5bb928a745287b5e3418ab05d927ceab31fe (diff) | |
DO NOT MERGE. Example code for FileProvider.
Shows simple usage of FileProvider to share a private thumbnail
across process boundaries. Also serves as sample code for javadoc
on FileProvider.
Bug: 7005318
Change-Id: I0ca12977a3832c7c2ac1c254d411a547ffee0a51
Diffstat (limited to 'testrunner')
| -rw-r--r-- | testrunner/test_defs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml index 8494cb0cd..9ceb6ad4a 100644 --- a/testrunner/test_defs.xml +++ b/testrunner/test_defs.xml @@ -85,6 +85,12 @@ See test_defs.xsd for more information. coverage_target="framework" continuous="true" /> +<test name="frameworks-support-v4" + build_path="frameworks/support/v4/tests" + package="android.support.v4.content.tests" + coverage_target="android-support-v4" + continuous="true" /> + <test name="core" build_path="frameworks/base/tests/CoreTests" package="android.core" |
