Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java128 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
136 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onFinish()
178 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in setupTests()
308 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
312 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
355 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onAuthenticationSucceeded()
DByodFlowTestActivity.java166 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
590 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED); in queryProfileOwner()
609 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED); in checkIntentFilters()
629 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/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.java117 setTestResult(mTest, TestResult.TEST_RESULT_FAILED); in onFail()
174 setTestResult(test, TestResult.TEST_RESULT_FAILED); in handleItemClick()
193 setTestResult(test, TestResult.TEST_RESULT_FAILED); in startTestIntent()
DTestResultsReport.java156 case TestResult.TEST_RESULT_FAILED: in getTestResultString()
DTestResultsBackupHelper.java143 TestResult.TEST_RESULT_FAILED, null /*testDetails*/, null /*testMetrics*/); in failBackupTest()
DTestListAdapter.java405 case TestResult.TEST_RESULT_FAILED: in getView()