Searched refs:STATUS_FAILURE (Results 1 – 2 of 2) sorted by relevance
42 public static final String STATUS_FAILURE = "failure"; // app launch failures field in CompatibilityTestResult
272 result.status = CompatibilityTestResult.STATUS_FAILURE; in launchPackage()295 if (status.equals(CompatibilityTestResult.STATUS_FAILURE)) { in errorStatusToTag()