Searched refs:retryOutgoingOriginalConnection (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 664 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailOneSlot() 695 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailOneSlot() 736 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot() 777 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot() 819 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure() 827 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure() 874 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure() 882 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 471 retryOutgoingOriginalConnection(c, isPermanentFailure); 1626 public void retryOutgoingOriginalConnection(TelephonyConnection c, boolean isPermanentFailure) { in retryOutgoingOriginalConnection() method in TelephonyConnectionService
|