Searched refs:PASSED_RESULT (Results 1 – 2 of 2) sorted by relevance
23 public static final int PASSED_RESULT = 0; field in BedsteadResult
22 import static com.android.bedstead.harrier.BedsteadResult.PASSED_RESULT;89 result.mResult = PASSED_RESULT; in testFinished()