Home
last modified time | relevance | path

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

/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);
DRecentsRedactionActivity.java62 resultCode = TestResult.TEST_RESULT_PASSED;
DAuthenticationBoundKeyTestActivity.java321 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()
371 TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
DByodFlowTestActivity.java251 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
773 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_PASSED); in handleDiskEncryptionStatus()
835 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java42 public static final int TEST_RESULT_PASSED = 1; field in TestResult
81 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
DHostTestsActivity.java176 updateTestResult(TestResult.TEST_RESULT_PASSED, testId); in onReceive()
DTestResultsReport.java187 case TestResult.TEST_RESULT_PASSED: in getTestResultStatus()
DDialogTestListActivity.java150 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
DTestListAdapter.java843 != TestResult.TEST_RESULT_PASSED))) { in allTestsPassed()
877 case TestResult.TEST_RESULT_PASSED: in getView()
/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.java425 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in onReceive()