Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallStateException.java34 public static final int ERROR_CALL_RINGING = 4; field in CallStateException
DGsmCdmaCallTracker.java666 throw new CallStateException(CallStateException.ERROR_CALL_RINGING, in checkForDialIssues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java966 assertEquals(CallStateException.ERROR_CALL_RINGING, e.getError()); in testCantMakeCallWhileRinging()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1974 throw new CallStateException(CallStateException.ERROR_CALL_RINGING, in checkForDialIssues()