Searched refs:ERROR_TOO_MANY_CALLS (Results 1 – 4 of 4) sorted by relevance
36 public static final int ERROR_TOO_MANY_CALLS = 6; field in CallStateException
733 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()743 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
1637 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in prepareForDialing()2661 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
1683 assertEquals(CallStateException.ERROR_TOO_MANY_CALLS, e.getError()); in testCantMakeCallTooMany()