Searched refs:ERRONEOUS_RESULT (Results 1 – 1 of 1) sorted by relevance
278 private static final String ERRONEOUS_RESULT = "ERR"; field in Evaluator649 mExprInfo.mResultString = ERRONEOUS_RESULT; in onPostExecute()778 mExprInfo.mResultString = ERRONEOUS_RESULT; in onPostExecute()1193 if (ei.mResultString != null && ei.mResultString != ERRONEOUS_RESULT in evaluateAndNotify()1230 } else if (ei.mResultString == ERRONEOUS_RESULT) { in requireResult()1495 if (ei.mResultString == null || ei.mResultString == ERRONEOUS_RESULT) { in preserve()1540 if (rs == ERRONEOUS_RESULT || rs == null) { in getCollapsedExpr()1671 || mExprs.get(index).mResultString == ERRONEOUS_RESULT) { in copyToSaved()