summaryrefslogtreecommitdiffstats
path: root/core/tests/hosttests
diff options
context:
space:
mode:
authorBrett Chabot <brettchabot@android.com>2010-09-10 13:03:57 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-10 13:03:57 -0700
commit0194eeabfe2cef825f3e91144529be6644ef84c0 (patch)
tree713b75d634879717df9031766ee3ff9e58dc733e /core/tests/hosttests
parentfa8887848e2877dd96e853dfcd52086f1b66c26b (diff)
parent4940ff85d561310d2c122ca6bd7de4d00772b095 (diff)
downloadframeworks_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/tests/hosttests')
-rw-r--r--core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java2
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
}