Home
last modified time | relevance | path

Searched refs:onCreateConnectionFailed (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java38 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in CallsManagerListenerBase
DCallAnomalyWatchdog.java181 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in CallAnomalyWatchdog
DEmergencyCallDiagnosticLogger.java272 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in EmergencyCallDiagnosticLogger
DCallsManager.java194 void onCreateConnectionFailed(Call call); in onCreateConnectionFailed() method
2189 mListeners.forEach(l -> l.onCreateConnectionFailed(callToPlace)); in startOutgoingCall()
4043 mListeners.forEach(l -> l.onCreateConnectionFailed(call));
6127 mListeners.forEach(l -> l.onCreateConnectionFailed(call));
6152 mListeners.forEach(l -> l.onCreateConnectionFailed(call));
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java834 mCallAnomalyWatchdog.onCreateConnectionFailed(call); in testCallCreatedButNotAddedPreventsAnomalyReport()
DCallsManagerTest.java2629 verify(listener).onCreateConnectionFailed(incomingCall); in testIncomingCallCreatedButNotAddedNotifyListener()
2651 verify(listener, never()).onCreateConnectionFailed(incomingCall); in testIncomingCallCreatedAndAddedDoNotNotifyListener()
2682 verify(listener).onCreateConnectionFailed(any()); in testAbortOutgoingCallNoPhoneAccountsNotifyListeners()