Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java140 JSONObject mInputJson = null; field in AutomaticActivity
164 mInputJson = new JSONObject(content.toString()); in beginTest()
166 Log.d(LOG_TAG, "Parsed input file with " + mInputJson.length() + " entries"); in beginTest()
213 if (mInputJson != null) { in finishTest()
268 if (mInputJson != null) { in handleError()
270 deltaError = error - (float)mInputJson.getDouble(fullName); in handleError()