Searched refs:mInputJson (Results 1 – 1 of 1) sorted by relevance
140 JSONObject mInputJson = null; field in AutomaticActivity164 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()