Home
last modified time | relevance | path

Searched refs:TEST_RESULT_FAILED (Results 1 – 6 of 6) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java35 public static final int TEST_RESULT_FAILED = 2; field in TestResult
67 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_FAILED, testId, in setFailedResult()
DDialogTestListActivity.java120 setTestResult(mTest, TestResult.TEST_RESULT_FAILED); in onFail()
189 setTestResult(test, TestResult.TEST_RESULT_FAILED); in startTestIntent()
DTestResultsBackupHelper.java143 TestResult.TEST_RESULT_FAILED, null /*testDetails*/, null /*testMetrics*/); in failBackupTest()
DTestResultsReport.java156 case TestResult.TEST_RESULT_FAILED: in getTestResultString()
DTestListAdapter.java405 case TestResult.TEST_RESULT_FAILED: in getView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestActivity.java150 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
461 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED); in queryProfileOwner()
487 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED); in checkIntentFilters()
505 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()