@hide ConnectionService APIs.
Bug: 17569532 Change-Id: I68f7237191bd6d7a1a00ba7bb4fd2f8e3d669e8f
This commit is contained in:
@@ -18,6 +18,7 @@ package android.telecom;
|
||||
|
||||
import com.android.internal.telecom.IConnectionService;
|
||||
|
||||
import android.annotation.SystemApi;
|
||||
import android.os.RemoteException;
|
||||
|
||||
import java.util.Collections;
|
||||
@@ -28,7 +29,9 @@ import java.util.concurrent.CopyOnWriteArraySet;
|
||||
|
||||
/**
|
||||
* Represents a conference call which can contain any number of {@link Connection} objects.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public final class RemoteConference {
|
||||
|
||||
public abstract static class Callback {
|
||||
|
||||
Reference in New Issue
Block a user