Searched refs:checkForDialIssues (Results 1 – 4 of 4) sorted by relevance
311 doNothing().when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()313 doThrow(CallStateException.class).when(mImsCT).checkForDialIssues(); in testGettersAndPassThroughs()315 verify(mImsCT, times(2)).checkForDialIssues(); in testGettersAndPassThroughs()
289 checkForDialIssues(isEmergencyCall); in dialGsm()412 checkForDialIssues(isEmergencyCall); in dialCdma()658 public void checkForDialIssues(boolean isEmergencyCall) throws CallStateException { in checkForDialIssues() method in GsmCdmaCallTracker
786 checkForDialIssues(); in dial()1500 public void checkForDialIssues() throws CallStateException { in checkForDialIssues() method in ImsPhoneCallTracker
400 mCT.checkForDialIssues(); in canDial()