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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java47 public final class RemoteConnection { class
50 * Callback base class for {@link RemoteConnection}.
54 * Invoked when the state of this {@code RemoteConnection} has changed. See
57 * @param connection The {@code RemoteConnection} invoking this method.
58 * @param state The new state of the {@code RemoteConnection}.
60 public void onStateChanged(RemoteConnection connection, int state) {}
63 * Invoked when this {@code RemoteConnection} is disconnected.
65 * @param connection The {@code RemoteConnection} invoking this method.
70 RemoteConnection connection,
74 * Invoked when this {@code RemoteConnection} i
661 RemoteConnection( method in class:RemoteConnection
674 RemoteConnection(String callId, IConnectionService connectionService, method in class:RemoteConnection
717 RemoteConnection(DisconnectCause disconnectCause) { method in class:RemoteConnection
[all...]

Completed in 2419 milliseconds