From dca24b8ad8f6f067d511efe0966808afffc8174d Mon Sep 17 00:00:00 2001 From: Brett Chabot Date: Tue, 21 Sep 2010 16:05:59 -0700 Subject: [PATCH] cherry pick "Fix build" a227db53f0cd30214c393b400436d1e0863396ef into master Change-Id: I8db1a4b52d87e98efb07c6c1a2b22de7b7d5c297 --- .../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 0f7351afb439f..c698e994be794 100644 --- a/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java +++ b/core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java @@ -601,7 +601,7 @@ public class PackageManagerHostTestUtils extends Assert { mTestRunErrorMessage = errorMessage; } - public void testRunStarted(int testCount) { + public void testRunStarted(String runName, int testCount) { // ignore }