Merge "Hide adhoc conference APIs."
This commit is contained in:
@@ -2641,6 +2641,7 @@ public abstract class ConnectionService extends Service {
|
||||
* @param request Details about the incoming call.
|
||||
* @return The {@code Connection} object to satisfy this call, or {@code null} to
|
||||
* not handle the call.
|
||||
* @hide
|
||||
*/
|
||||
public @Nullable Conference onCreateIncomingConference(
|
||||
@Nullable PhoneAccountHandle connectionManagerPhoneAccount,
|
||||
@@ -2725,6 +2726,7 @@ public abstract class ConnectionService extends Service {
|
||||
* @param connectionManagerPhoneAccount See description at
|
||||
* {@link #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}.
|
||||
* @param request The incoming connection request.
|
||||
* @hide
|
||||
*/
|
||||
public void onCreateIncomingConferenceFailed(
|
||||
@Nullable PhoneAccountHandle connectionManagerPhoneAccount,
|
||||
@@ -2745,6 +2747,7 @@ public abstract class ConnectionService extends Service {
|
||||
* @param connectionManagerPhoneAccount See description at
|
||||
* {@link #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)}.
|
||||
* @param request The outgoing connection request.
|
||||
* @hide
|
||||
*/
|
||||
public void onCreateOutgoingConferenceFailed(
|
||||
@Nullable PhoneAccountHandle connectionManagerPhoneAccount,
|
||||
@@ -2813,6 +2816,7 @@ public abstract class ConnectionService extends Service {
|
||||
* @param request Details about the outgoing call.
|
||||
* @return The {@code Conference} object to satisfy this call, or the result of an invocation
|
||||
* of {@link Connection#createFailedConnection(DisconnectCause)} to not handle the call.
|
||||
* @hide
|
||||
*/
|
||||
public @Nullable Conference onCreateOutgoingConference(
|
||||
@Nullable PhoneAccountHandle connectionManagerPhoneAccount,
|
||||
|
||||
Reference in New Issue
Block a user