From a227db53f0cd30214c393b400436d1e0863396ef Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Tue, 21 Sep 2010 16:05:59 -0700 Subject: [PATCH] Fix build Change-Id: I2dc9acf6310e25f6862236b6e27b4df1e1a012ba --- .../src/android/content/pm/PackageManagerHostTestUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java b/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java index 09e3bcc0103c3..ebe13e10414b4 100644 --- a/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java +++ b/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java @@ -597,7 +597,7 @@ public class PackageManagerHostTestUtils extends Assert { mTestRunErrorMessage = errorMessage; } - public void testRunStarted(int testCount) { + public void testRunStarted(String runName, int testCount) { // ignore }