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.java337 doNothing().when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()
339 doThrow(CallStateException.class).when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()
341 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/
DImsPhone.java452 mCT.checkForDialIssues(); in canDial()
DImsPhoneCallTracker.java1108 checkForDialIssues(); in prepareForDialing()
1979 public void checkForDialIssues() throws CallStateException { in checkForDialIssues() method in ImsPhoneCallTracker