commit | 7792f6bc0a6dd094f23d8e3887b3bc1e486002e6 | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@android.com> | Thu Sep 09 20:40:04 2010 -0700 |
committer | Brett Chabot <brettchabot@android.com> | Thu Sep 09 20:40:04 2010 -0700 |
tree | 40905190f5406de77e57fe0a0192e4214a5d3e08 | |
parent | 006c1ec4f29803d62909bf0df43dd3ec49215bf9 [diff] |
Update to new ddmlib prebuilt api. Change-Id: I088130db40323d31e36739676985fa5a600bf0b2
diff --git a/tests/appsecurity-tests/src/com/android/cts/appsecurity/AppSecurityTests.java b/tests/appsecurity-tests/src/com/android/cts/appsecurity/AppSecurityTests.java index 356cef9..438a2d0 100644 --- a/tests/appsecurity-tests/src/com/android/cts/appsecurity/AppSecurityTests.java +++ b/tests/appsecurity-tests/src/com/android/cts/appsecurity/AppSecurityTests.java
@@ -286,7 +286,7 @@ private boolean mAllTestsPassed = true; private String mTestRunErrorMessage = null; - public void testEnded(TestIdentifier test) { + public void testEnded(TestIdentifier test, Map<String, String> metrics) { // ignore }