Home | History | Annotate | Download | only in test

Lines Matching refs:results

150  * Note: this requires an emma instrumented build. By default, the code coverage results file
154 * <b> To specify EMMA code coverage results file path:</b>
566 String.format("\nTest results for %s=%s",
880 public void writeEndSnapshot(Bundle results) {
883 mResults.putAll(results);
890 public void writeStopTiming(Bundle results) {
891 // Copy results into mTestResult by flattening list of iterations,
895 results.getParcelableArrayList(PerformanceCollector.METRIC_KEY_ITERATIONS)) {