Searched refs:KEY_QUALITY (Results 1 – 1 of 1) sorted by relevance
51 public static final String KEY_QUALITY = "screenshot-quality"; field in ScreenshotOnFailureCollector79 if (args.containsKey(KEY_QUALITY)) { in onTestRunStart()81 int quality = Integer.parseInt(args.getString(KEY_QUALITY)); in onTestRunStart()