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.java645 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailOneSlot()
676 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailOneSlot()
717 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot()
758 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot()
800 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()
808 mTestConnectionService.retryOutgoingOriginalConnection(c, false /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialTempFailTwoSlot_twoFailure()
855 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()
863 mTestConnectionService.retryOutgoingOriginalConnection(c, true /*isPermanentFailure*/); in testRetryOutgoingOriginalConnection_redialPermFailTwoSlot_twoFailure()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java492 retryOutgoingOriginalConnection(c, isPermanentFailure);
1617 public void retryOutgoingOriginalConnection(TelephonyConnection c, boolean isPermanentFailure) { in retryOutgoingOriginalConnection() method in TelephonyConnectionService