Home
last modified time | relevance | path

Searched refs:retryOutgoingOriginalConnection (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java664 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/
DTelephonyConnectionService.java471 retryOutgoingOriginalConnection(c, isPermanentFailure);
1626 public void retryOutgoingOriginalConnection(TelephonyConnection c, boolean isPermanentFailure) { in retryOutgoingOriginalConnection() method in TelephonyConnectionService