Home
last modified time | relevance | path

Searched refs:onStartCreateConnection (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAnomalyWatchdogTest.java778 mCallAnomalyWatchdog.onStartCreateConnection(call); in testIncomingCallCreatedButNotAddedNoAnomalyReport()
806 mCallAnomalyWatchdog.onStartCreateConnection(call); in testOutgoingCallCreatedButNotAddedNoAnomalyReport()
834 mCallAnomalyWatchdog.onStartCreateConnection(call); in testCallCreatedButNotAddedPreventsAnomalyReport()
DEmergencyCallDiagnosticLoggerTest.java153 mEmergencyCallDiagnosticLogger.onStartCreateConnection(call); in createCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DEmergencyCallDiagnosticLogger.java262 public void onStartCreateConnection(Call call) { in onStartCreateConnection() method in EmergencyCallDiagnosticLogger
DCallAnomalyWatchdog.java185 public void onStartCreateConnection(Call call) { in onStartCreateConnection() method in CallAnomalyWatchdog
DCallsManager.java221 default void onStartCreateConnection(Call call) {} in onStartCreateConnection() method
6460 mListeners.forEach(l -> l.onStartCreateConnection(theCall));