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.java775 mCallAnomalyWatchdog.onStartCreateConnection(call); in testIncomingCallCreatedButNotAddedNoAnomalyReport()
803 mCallAnomalyWatchdog.onStartCreateConnection(call); in testOutgoingCallCreatedButNotAddedNoAnomalyReport()
831 mCallAnomalyWatchdog.onStartCreateConnection(call); in testCallCreatedButNotAddedPreventsAnomalyReport()
DEmergencyCallDiagnosticLoggerTest.java153 mEmergencyCallDiagnosticLogger.onStartCreateConnection(call); in createCall()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAnomalyWatchdog.java165 public void onStartCreateConnection(Call call) { in onStartCreateConnection() method in CallAnomalyWatchdog
DEmergencyCallDiagnosticLogger.java262 public void onStartCreateConnection(Call call) { in onStartCreateConnection() method in EmergencyCallDiagnosticLogger
DCallsManager.java192 default void onStartCreateConnection(Call call) {} in onStartCreateConnection() method
6163 mListeners.forEach(l -> l.onStartCreateConnection(theCall));