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

  /frameworks/base/telecomm/java/android/telecom/
RemoteConnection.java 48 public final class RemoteConnection {
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} is requesting ringback. Se
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 570 milliseconds