Searched refs:checkForDialIssues (Results 1 – 4 of 4) sorted by relevance
340 doNothing().when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()342 doThrow(CallStateException.class).when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()344 verify(mImsCT, times(2)).checkForDialIssues(); in testGettersAndPassThroughs()
286 checkForDialIssues(isEmergencyCall); in dialGsm()404 checkForDialIssues(isEmergencyCall); in dialCdma()650 public void checkForDialIssues(boolean isEmergencyCall) throws CallStateException { in checkForDialIssues() method in GsmCdmaCallTracker
1085 checkForDialIssues(); in prepareForDialing()1963 public void checkForDialIssues() throws CallStateException { in checkForDialIssues() method in ImsPhoneCallTracker
545 mCT.checkForDialIssues(); in canDial()