Searched refs:checkForDialIssues (Results 1 – 4 of 4) sorted by relevance
337 doNothing().when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()339 doThrow(CallStateException.class).when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()341 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
452 mCT.checkForDialIssues(); in canDial()
1108 checkForDialIssues(); in prepareForDialing()1979 public void checkForDialIssues() throws CallStateException { in checkForDialIssues() method in ImsPhoneCallTracker