Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-base/src/junit/framework/
DTestResult.java18 public class TestResult extends Object { class
27 public TestResult() { in TestResult() method in TestResult
/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
DAdbDebuggingManagerTest.java845 public static class TestResult { class in AdbDebuggingManagerTest
853 public TestResult(int returnCode) { in TestResult() method in AdbDebuggingManagerTest.TestResult
857 public TestResult(int returnCode, String message) { in TestResult() method in AdbDebuggingManagerTest.TestResult
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java121 private static class TestResult { class in AutomaticActivity
122 TestResult(String label, float error) { in TestResult() method in AutomaticActivity.TestResult