Searched refs:TEST_RESULT_PASSED (Results 1 – 7 of 7) sorted by relevance
34 public static final int TEST_RESULT_PASSED = 1; field in TestResult55 activity.setResult(Activity.RESULT_OK, createResult(activity, TEST_RESULT_PASSED, testId, in setPassedResult()
153 case TestResult.TEST_RESULT_PASSED: in getTestResultString()
371 || (mTestResults.get(item.testName) != TestResult.TEST_RESULT_PASSED))) { in allTestsPassed()400 case TestResult.TEST_RESULT_PASSED: in getView()
111 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
49 setTestResult(mTurnOffWorkTest, TestResult.TEST_RESULT_PASSED);51 setTestResult(mTurnOnWorkTest, TestResult.TEST_RESULT_PASSED);
305 setTestResult(mLockScreenBoundKeyTest, TestResult.TEST_RESULT_PASSED); in handleActivityResult()352 setTestResult(mFingerprintBoundKeyTest, TestResult.TEST_RESULT_PASSED); in onAuthenticationSucceeded()
166 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()629 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()