diff options
author | Brett Chabot <brettchabot@android.com> | 2010-09-10 13:03:57 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-10 13:03:57 -0700 |
commit | 0194eeabfe2cef825f3e91144529be6644ef84c0 (patch) | |
tree | 713b75d634879717df9031766ee3ff9e58dc733e /core | |
parent | fa8887848e2877dd96e853dfcd52086f1b66c26b (diff) | |
parent | 4940ff85d561310d2c122ca6bd7de4d00772b095 (diff) | |
download | frameworks_base-0194eeabfe2cef825f3e91144529be6644ef84c0.zip frameworks_base-0194eeabfe2cef825f3e91144529be6644ef84c0.tar.gz frameworks_base-0194eeabfe2cef825f3e91144529be6644ef84c0.tar.bz2 |
am 4940ff85: Update to new ddmlib-prebuilt api.
Merge commit '4940ff85d561310d2c122ca6bd7de4d00772b095' into gingerbread-plus-aosp
* commit '4940ff85d561310d2c122ca6bd7de4d00772b095':
Update to new ddmlib-prebuilt api.
Diffstat (limited to 'core')
-rw-r--r-- | core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java b/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java index 1593bb5..09e3bcc 100644 --- a/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java +++ b/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java @@ -576,7 +576,7 @@ public class PackageManagerHostTestUtils extends Assert { private boolean mAllTestsPassed = true; private String mTestRunErrorMessage = null; - public void testEnded(TestIdentifier test) { + public void testEnded(TestIdentifier test, Map<String, String> metrics) { // ignore } |