Searched refs:INVALID_RES_ID (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java406 public final int errorResourceId; // Error string or INVALID_RES_ID.
412 errorResourceId = Calculator.INVALID_RES_ID;
426 return errorResourceId != Calculator.INVALID_RES_ID;
H A DCalculator.java97 public static final int INVALID_RES_ID = -1; field in class:Calculator

Completed in 69 milliseconds