Searched refs:TEST_RESULT_PASSED (Results 1 – 5 of 5) 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()
114 setTestResult(mTest, TestResult.TEST_RESULT_PASSED); in onPass()
150 TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleStatusUpdate()505 intentFiltersSet ? TestResult.TEST_RESULT_PASSED : TestResult.TEST_RESULT_FAILED); in handleIntentFiltersStatus()