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

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java46 public final class RemoteConnection { class
49 * Callback base class for {@link RemoteConnection}.
53 * Invoked when the state of this {@code RemoteConnection} has changed. See
56 * @param connection The {@code RemoteConnection} invoking this method.
57 * @param state The new state of the {@code RemoteConnection}.
59 public void onStateChanged(RemoteConnection connection, int state) {}
62 * Invoked when this {@code RemoteConnection} is disconnected.
64 * @param connection The {@code RemoteConnection} invoking this method.
69 RemoteConnection connection,
73 * Invoked when this {@code RemoteConnection} i
617 RemoteConnection( method in class:RemoteConnection
630 RemoteConnection(String callId, IConnectionService connectionService, method in class:RemoteConnection
672 RemoteConnection(DisconnectCause disconnectCause) { method in class:RemoteConnection
[all...]

Completed in 32 milliseconds