Searched defs:RemoteConference (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java36 * {@link ConnectionService#conferenceRemoteConnections}. Once created, a {@code RemoteConference}
42 public final class RemoteConference { class
45 * Callback base class for {@link RemoteConference}.
52 * @param conference The {@code RemoteConference} invoking this method.
53 * @param oldState The previous state of the {@code RemoteConference}.
54 * @param newState The new state of the {@code RemoteConference}.
56 public void onStateChanged(RemoteConference conference, int oldState, int newState) {}
59 * Invoked when this {@code RemoteConference} is disconnected.
61 * @param conference The {@code RemoteConference} invoking this method.
65 public void onDisconnected(RemoteConference conferenc
152 RemoteConference(String id, IConnectionService connectionService) { method in class:RemoteConference
[all...]

Completed in 41 milliseconds