Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java51 public static void setPassedResult(Activity activity, String testId, String testDetails) { in setPassedResult()
56 public static void setPassedResult(Activity activity, String testId, String testDetails, in setPassedResult()
63 public static void setPassedResult(Activity activity, String testId, String testDetails, in setPassedResult()
70 public static void setFailedResult(Activity activity, String testId, String testDetails) { in setFailedResult()
75 public static void setFailedResult(Activity activity, String testId, String testDetails, in setFailedResult()
82 public static void setFailedResult(Activity activity, String testId, String testDetails, in setFailedResult()
89String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in createResult()
96String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in addResultData()
DPassFailButtons.java438 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection, in setTestResultAndFinish()
454 String testDetails, boolean passed, ReportLog reportLog, in setTestResultAndFinishHelper()
DTestResultsProvider.java107 String testDetails, ReportLog reportLog, TestResultHistoryCollection historyCollection) { in setTestResult()
DTestListAdapter.java279 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/sixdof/Utils/TestPhase/
DRobustnessTest.java122 String testDetails = in recordTimerTestResults() local
164 String testDetails = in recordRotationTestResults() local
190 … String testDetails = "Test terminated as it its impossible to pass the remaining rotations"; in getRotationData() local
DComplexMovementTest.java108 String testDetails = in recordRingTestResults() local
DTest.java167 String testDetails = mTestPhaseName + in recordMarkerTestResults() local
258 String testDetails = mTestPhaseName + in recordPathTestResults() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsVerifierTestActivity.java79 SensorTestDetails testDetails = executeTest(testMethod); in executeTests() local
127 SensorTestDetails testDetails; in executeTest() local
DBaseSensorTestActivity.java215 SensorTestDetails testDetails; in run() local
504 private void setTestResult(SensorTestDetails testDetails) { in setTestResult()
528 SensorTestDetails testDetails; in executeActivityTests() local
560 private void promptUserToSetResult(SensorTestDetails testDetails) { in promptUserToSetResult()
640 final SensorTestDetails testDetails) { in enableTestResultButton()
693 public void logTestDetails(SensorTestDetails testDetails) { in logTestDetails()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DBaseGnssTestActivity.java172 GnssTestDetails testDetails; in run() local
335 private void setTestResult(GnssTestDetails testDetails) { in setTestResult()
358 GnssTestDetails testDetails; in executeActivityTests() local
390 private void updateResult(final GnssTestDetails testDetails) { in updateResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
DPowerTestHostLink.java54 void logTestResult(SensorTestDetails testDetails); in logTestResult()