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()
311 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
315 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_FAILED); in handleActivityResult()
358 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_FAILED); in onAuthenticationSucceeded()
DByodFlowTestActivity.java187 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
627 setTestResult(mProfileOwnerInstalled, TestResult.TEST_RESULT_FAILED); in queryProfileOwner()
640 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in checkDiskEncryption()
648 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleDiskEncryptionStatus()
669 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleDiskEncryptionStatus()
681 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_FAILED); in handleSetLockForEncryption()
699 setTestResult(mIntentFiltersTest, TestResult.TEST_RESULT_FAILED); in checkIntentFilters()
719 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.java136 setTestResult(mTest, TestResult.TEST_RESULT_FAILED); in onFail()
193 setTestResult(test, TestResult.TEST_RESULT_FAILED); in handleItemClick()
213 setTestResult(test, TestResult.TEST_RESULT_FAILED); in startTestIntent()
DTestResultsReport.java156 case TestResult.TEST_RESULT_FAILED: in getTestResultStatus()
DTestListAdapter.java405 case TestResult.TEST_RESULT_FAILED: in getView()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java240 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in onReceive()