Searched refs:onCreateConnectionFailed (Results 1 – 6 of 6) sorted by relevance
38 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in CallsManagerListenerBase
181 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in CallAnomalyWatchdog
272 public void onCreateConnectionFailed(Call call) { in onCreateConnectionFailed() method in EmergencyCallDiagnosticLogger
194 void onCreateConnectionFailed(Call call); in onCreateConnectionFailed() method2189 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));
834 mCallAnomalyWatchdog.onCreateConnectionFailed(call); in testCallCreatedButNotAddedPreventsAnomalyReport()
2629 verify(listener).onCreateConnectionFailed(incomingCall); in testIncomingCallCreatedButNotAddedNotifyListener()2651 verify(listener, never()).onCreateConnectionFailed(incomingCall); in testIncomingCallCreatedAndAddedDoNotNotifyListener()2682 verify(listener).onCreateConnectionFailed(any()); in testAbortOutgoingCallNoPhoneAccountsNotifyListeners()