Home
last modified time | relevance | path

Searched defs:testDetails (Results 1 – 8 of 8) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java48 public static void setPassedResult(Activity activity, String testId, String testDetails) { in setPassedResult()
53 public static void setPassedResult(Activity activity, String testId, String testDetails, in setPassedResult()
60 public static void setFailedResult(Activity activity, String testId, String testDetails) { in setFailedResult()
65 public static void setFailedResult(Activity activity, String testId, String testDetails, in setFailedResult()
72 String testDetails, ReportLog reportLog) { in createResult()
79 String testDetails, ReportLog reportLog) { in addResultData()
DPassFailButtons.java400 String testDetails, ReportLog reportLog, View target) { in setTestResultAndFinish()
417 String testDetails, boolean passed, ReportLog reportLog) { in setTestResultAndFinishHelper()
DTestResultsProvider.java215 String testDetails, ReportLog reportLog) { in setTestResult()
DTestListAdapter.java245 String testDetails = cursor.getString(3); in getRefreshResults() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSensorPowerTestActivity.java55 public void logTestResult(SensorTestDetails testDetails) { in logTestResult()
100 SensorTestDetails testDetails = new SensorTestDetails( in testSensorsPower() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java58 SensorTestDetails testDetails = executeTest(testMethod); in executeTests() local
91 SensorTestDetails testDetails; in executeTest() local
DBaseSensorTestActivity.java189 SensorTestDetails testDetails; in run() local
426 private void setTestResult(SensorTestDetails testDetails) { in setTestResult()
450 SensorTestDetails testDetails; in executeActivityTests() local
482 private void promptUserToSetResult(SensorTestDetails testDetails) { in promptUserToSetResult()
515 final SensorTestDetails testDetails) { in enableTestResultButton()
564 public void logTestDetails(SensorTestDetails testDetails) { in logTestDetails()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java54 void logTestResult(SensorTestDetails testDetails); in logTestResult()