Home
last modified time | relevance | path

Searched refs:ERROR_TOO_MANY_CALLS (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallStateException.java36 public static final int ERROR_TOO_MANY_CALLS = 6; field in CallStateException
DGsmCdmaCallTracker.java680 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
690 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java905 assertEquals(CallStateException.ERROR_TOO_MANY_CALLS, e.getError()); in testCantMakeCallTooMany()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java808 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in dial()
1516 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()