Home
last modified time | relevance | path

Searched refs:ERROR_FDN_BLOCKED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallStateException.java38 public static final int ERROR_FDN_BLOCKED = 8; field in CallStateException
DGsmCdmaPhone.java1580 throw new CallStateException(CallStateException.ERROR_FDN_BLOCKED, in dial()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java2390 assertEquals(CallStateException.ERROR_FDN_BLOCKED, e.getError()); in testDial_fdnCheck()