HomeSort by relevance Sort by last modified time
    Searched defs:RemoteConnection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 44 public final class RemoteConnection {
48 * Invoked when the state of this {@code RemoteConnection} has changed. See
51 * @param connection The {@code RemoteConnection} invoking this method.
52 * @param state The new state of the {@code RemoteConnection}.
54 public void onStateChanged(RemoteConnection connection, int state) {}
57 * Invoked when this {@code RemoteConnection} is disconnected.
59 * @param connection The {@code RemoteConnection} invoking this method.
64 RemoteConnection connection,
68 * Invoked when this {@code RemoteConnection} is requesting ringback. See
71 * @param connection The {@code RemoteConnection} invoking this method
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 38 milliseconds