Searched defs:testDetails (Results 1 – 9 of 9) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | TestResult.java | 48 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()
|
D | PassFailButtons.java | 402 String testDetails, ReportLog reportLog, View target) { in setTestResultAndFinish() 417 String testDetails, boolean passed, ReportLog reportLog) { in setTestResultAndFinishHelper()
|
D | TestResultsProvider.java | 229 String testDetails, ReportLog reportLog) { in setTestResult()
|
D | TestListAdapter.java | 245 String testDetails = cursor.getString(3); in getRefreshResults() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | SensorPowerTestActivity.java | 55 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/ |
D | SensorCtsVerifierTestActivity.java | 58 SensorTestDetails testDetails = executeTest(testMethod); in executeTests() local 91 SensorTestDetails testDetails; in executeTest() local
|
D | BaseSensorTestActivity.java | 191 SensorTestDetails testDetails; in run() local 428 private void setTestResult(SensorTestDetails testDetails) { in setTestResult() 452 SensorTestDetails testDetails; in executeActivityTests() local 484 private void promptUserToSetResult(SensorTestDetails testDetails) { in promptUserToSetResult() 517 final SensorTestDetails testDetails) { in enableTestResultButton() 570 public void logTestDetails(SensorTestDetails testDetails) { in logTestDetails()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/ |
D | BaseGnssTestActivity.java | 172 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/ |
D | PowerTestHostLink.java | 54 void logTestResult(SensorTestDetails testDetails); in logTestResult()
|