Home
last modified time | relevance | path

Searched refs:actualCount (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/contrib/src/com/android/media/tests/
DCameraSettingsTest.java145 Integer actualCount = null; in parseOutputFile() local
191 actualCount = 1 + Integer.valueOf(actualMatcher.group(3)); in parseOutputFile()
192 CLog.d(String.format("Found actual count for key \"%s\": %s", key, actualCount)); in parseOutputFile()
195 if ((key != null) && (expectedCount != null) && (actualCount != null)) { in parseOutputFile()
196 metrics.put(key, String.format("%d", actualCount)); in parseOutputFile()
199 actualCount = null; in parseOutputFile()