am f5c73101: Merge "dependent change for "parse instrumentation result bundles" in sdk"
Merge commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf' into gingerbread-plus-aosp * commit 'f5c7310152cf5537be6997412c1a42dde9fe9ecf': dependent change for "parse instrumentation result bundles" in sdk
This commit is contained in:
committed by
Android Git Automerger
commit
8a13d4e3e5
@@ -37,6 +37,7 @@ import java.io.IOException;
|
|||||||
import java.io.StringReader;
|
import java.io.StringReader;
|
||||||
import java.lang.Runtime;
|
import java.lang.Runtime;
|
||||||
import java.lang.Process;
|
import java.lang.Process;
|
||||||
|
import java.util.Map;
|
||||||
import java.util.regex.Matcher;
|
import java.util.regex.Matcher;
|
||||||
import java.util.regex.Pattern;
|
import java.util.regex.Pattern;
|
||||||
|
|
||||||
@@ -468,7 +469,7 @@ public class PackageManagerHostTestUtils extends Assert {
|
|||||||
mAllTestsPassed = false;
|
mAllTestsPassed = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRunEnded(long elapsedTime) {
|
public void testRunEnded(long elapsedTime, Map<String, String> resultBundle) {
|
||||||
// ignore
|
// ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user