Loading core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ public class PackageManagerHostTestUtils extends Assert { mTestRunErrorMessage = errorMessage; } public void testRunStarted(int testCount) { public void testRunStarted(String runName, int testCount) { // ignore } Loading Loading
core/tests/hosttests/src/android/content/pm/PackageManagerHostTestUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -597,7 +597,7 @@ public class PackageManagerHostTestUtils extends Assert { mTestRunErrorMessage = errorMessage; } public void testRunStarted(int testCount) { public void testRunStarted(String runName, int testCount) { // ignore } Loading