Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DTestResult.java35 public static final int TEST_RESULT_PASSED = 1; field in TestResult
58 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
65 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
DTestListAdapter.java422 || (mTestResults.get(item.testName) != TestResult.TEST_RESULT_PASSED))) { in allTestsPassed()
451 case TestResult.TEST_RESULT_PASSED: in getView()
DTestResultsReport.java183 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.java50 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);
52 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.java250 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()
795 setTestResult(mDiskEncryptionTest, TestResult.TEST_RESULT_PASSED); in handleDiskEncryptionStatus()
857 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/performance/
DCameraPerformanceActivity.java150 setTestResult(description.getMethodName(), TestResult.TEST_RESULT_PASSED); in testFinished()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java253 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in onReceive()