Searched refs:retryOutgoingOriginalConnection (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 645 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/ |
D | TelephonyConnectionService.java | 497 retryOutgoingOriginalConnection(c, isPermanentFailure); 1622 public void retryOutgoingOriginalConnection(TelephonyConnection c, boolean isPermanentFailure) { in retryOutgoingOriginalConnection() method in TelephonyConnectionService
|