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.java671 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
681 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java1000 assertEquals(CallStateException.ERROR_TOO_MANY_CALLS, e.getError()); in testCantMakeCallTooMany()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1097 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in prepareForDialing()
1978 throw new CallStateException(CallStateException.ERROR_TOO_MANY_CALLS, in checkForDialIssues()