Searched defs:testResult (Results 1 – 11 of 11) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/ |
D | SensorCtsTestSuite.java | 42 public void run(TestResult testResult) { in run() 62 public void runTest(Test test, TestResult testResult) { in runTest()
|
D | SensorCtsTestResult.java | 46 public SensorCtsTestResult(Context context, TestResult testResult) { in SensorCtsTestResult()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | SensorPowerTestActivity.java | 98 PowerTestHostLink.PowerTestResult testResult = mHostLink.run(); in testSensorsPower() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 71 private static Intent createResult(Activity activity, int testResult, String testName, in createResult() 78 public static void addResultData(Intent intent, int testResult, String testName, in addResultData()
|
D | TestResultsReport.java | 151 private String getTestResultString(int testResult) { in getTestResultString()
|
D | AbstractTestListActivity.java | 76 TestResult testResult = TestResult.fromActivityResult(resultCode, data); in handleLaunchTestResult() local
|
D | TestListAdapter.java | 177 public void setTestResult(TestResult testResult) { in setTestResult() 244 int testResult = cursor.getInt(2); in getRefreshResults() local 394 int testResult = getTestResult(position); in getView() local
|
D | TestResultsProvider.java | 214 static void setTestResult(Context context, String testName, int testResult, in setTestResult()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | GeeTestResultParser.java | 484 TestResult testResult = getCurrentTestResult(); in processTestStartedTag() local 507 TestResult testResult = getCurrentTestResult(); in doTestEnded() local 597 TestResult testResult = getCurrentTestResult(); in appendTestOutputLine() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
D | PowerTestHostLink.java | 245 String testResult = request.substring(REQUEST_SET_TEST_RESULT.length()); in processClientRequest() local
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | BaseDevicePolicyTest.java | 253 TestResult testResult = testEntry.getValue(); in printTestResult() local
|