Searched refs:ERROR_INVALID (Results 1 – 2 of 2) sorted by relevance
26 private int mError = ERROR_INVALID;29 public static final int ERROR_INVALID = -1; field in CallStateException
38 assertEquals(mCallStateException.ERROR_INVALID, mCallStateException.getError()); in testCallStateExceptionDefault()