Home
last modified time | relevance | path

Searched refs:TEST_RESULT_PASSED (Results 1 – 9 of 9) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java34 public static final int TEST_RESULT_PASSED = 1; field in TestResult
55 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
DTestListAdapter.java371 || (mTestResults.get(item.testName) != TestResult.TEST_RESULT_PASSED))) { in allTestsPassed()
400 case TestResult.TEST_RESULT_PASSED: in getView()
DTestResultsReport.java153 case TestResult.TEST_RESULT_PASSED: in getTestResultStatus()
DDialogTestListActivity.java130 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java76 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()
84 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DTurnOffWorkActivity.java49 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);
51 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_PASSED);
DAuthenticationBoundKeyTestActivity.java308 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()
355 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
DByodFlowTestActivity.java187 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
657 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_PASSED); in handleDiskEncryptionStatus()
719 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java240 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in onReceive()