Searched refs:errorCount (Results 1 – 3 of 3) sorted by relevance
75 public int errorCount() { in errorCount() method in GnssCtsTestResult76 return mWrappedTestResult.errorCount(); in errorCount()
77 public int errorCount() { in errorCount() method in SensorCtsTestResult78 return mWrappedTestResult.errorCount(); in errorCount()
1465 int errorCount = 0; in checkTimestampAbsolute() local1479 if (errorCount++ < MAX_DETAIL_ITEM) { in checkTimestampAbsolute()1493 buf.toString(), errorCount > MAX_DETAIL_ITEM ? "..." : ""), in checkTimestampAbsolute()