Loading telecomm/java/android/telecom/ConnectionService.java +11 −0 Original line number Diff line number Diff line Loading @@ -700,6 +700,9 @@ public abstract class ConnectionService extends Service { connection.getDisconnectCause(), createIdList(connection.getConferenceables()), connection.getCallSubstate())); if (isUnknown) { triggerConferenceRecalculate(); } } /** @hide */ Loading Loading @@ -1078,6 +1081,14 @@ public abstract class ConnectionService extends Service { return null; } /** * Trigger recalculate functinality for conference calls. This is used when a Telephony * Connection is part of a conference controller but is not yet added to Connection * Service and hence cannot be added to the conference call. */ public void triggerConferenceRecalculate() { } /** * Create a {@code Connection} given an outgoing request. This is used to initiate new * outgoing calls. Loading Loading
telecomm/java/android/telecom/ConnectionService.java +11 −0 Original line number Diff line number Diff line Loading @@ -700,6 +700,9 @@ public abstract class ConnectionService extends Service { connection.getDisconnectCause(), createIdList(connection.getConferenceables()), connection.getCallSubstate())); if (isUnknown) { triggerConferenceRecalculate(); } } /** @hide */ Loading Loading @@ -1078,6 +1081,14 @@ public abstract class ConnectionService extends Service { return null; } /** * Trigger recalculate functinality for conference calls. This is used when a Telephony * Connection is part of a conference controller but is not yet added to Connection * Service and hence cannot be added to the conference call. */ public void triggerConferenceRecalculate() { } /** * Create a {@code Connection} given an outgoing request. This is used to initiate new * outgoing calls. Loading