Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java340 doNothing().when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()
342 doThrow(CallStateException.class).when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()
344 verify(mImsCT, times(2)).checkForDialIssues(); in testGettersAndPassThroughs()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java286 checkForDialIssues(isEmergencyCall); in dialGsm()
404 checkForDialIssues(isEmergencyCall); in dialCdma()
650 public void checkForDialIssues(boolean isEmergencyCall) throws CallStateException { in checkForDialIssues() method in GsmCdmaCallTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java1085 checkForDialIssues(); in prepareForDialing()
1963 public void checkForDialIssues() throws CallStateException { in checkForDialIssues() method in ImsPhoneCallTracker
DImsPhone.java545 mCT.checkForDialIssues(); in canDial()