Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java41 public static final int TEST_RESULT_PASSED = 1; field in TestResult
66 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
75 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
DTestResultsReport.java185 case TestResult.TEST_RESULT_PASSED: in getTestResultStatus()
DTestListAdapter.java567 || (mTestResults.get(item.testName) != TestResult.TEST_RESULT_PASSED))) { in allTestsPassed()
596 case TestResult.TEST_RESULT_PASSED: in getView()
DDialogTestListActivity.java150 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCAInstallNotificationVerifierActivity.java69 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()
77 setTestResult(this, TestResult.TEST_RESULT_PASSED); in setupTests()
DCredentialManagementAppActivity.java339 setTestResult(testListItem, TestResult.TEST_RESULT_PASSED); in setResult()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DTurnOffWorkActivity.java47 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);
49 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_PASSED);
DAuthenticationBoundKeyTestActivity.java311 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()
361 TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
DRecentsRedactionActivity.java62 resultCode = TestResult.TEST_RESULT_PASSED;
DByodFlowTestActivity.java249 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
802 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_PASSED); in handleDiskEncryptionStatus()
864 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java146 setTestResult(description.getMethodName(), TestResult.TEST_RESULT_PASSED); in testFinished()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java237 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in onReceive()