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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java48 public final class RemoteConnection { class
51 * Callback base class for {@link RemoteConnection}.
55 * Invoked when the state of this {@code RemoteConnection} has changed. See
58 * @param connection The {@code RemoteConnection} invoking this method.
59 * @param state The new state of the {@code RemoteConnection}.
61 public void onStateChanged(RemoteConnection connection, int state) {}
64 * Invoked when this {@code RemoteConnection} is disconnected.
66 * @param connection The {@code RemoteConnection} invoking this method.
71 RemoteConnection connection,
75 * Invoked when this {@code RemoteConnection} i
662 RemoteConnection( method in class:RemoteConnection
675 RemoteConnection(String callId, IConnectionService connectionService, method in class:RemoteConnection
718 RemoteConnection(DisconnectCause disconnectCause) { method in class:RemoteConnection
[all...]

Completed in 44 milliseconds