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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCall.java27 public abstract class Call { class
28 protected final String LOG_TAG = "Call";
134 * Returns the Connection associated with this Call that was created
135 * first, or null if there are no Connections in this Call
221 * Returns the Connection associated with this Call that was created
222 * last, or null if there are no Connections in this Call
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java37 public final class Call { class
39 * The state of a {@code Call} when newly created.
44 * The state of an outgoing {@code Call} when dialing the remote number, but not yet connected.
49 * The state of an incoming {@code Call} when ringing locally, but not yet connected.
54 * The state of a {@code Call} when in a holding state.
59 * The state of a {@code Call} when actively supporting conversation.
64 * The state of a {@code Call} when no further voice or other communication is being
65 * transmitted, the remote side has been or will inevitably be informed that the {@code Call}
67 * associated with this {@code Call}.
72 * The state of an outgoing {@code Call}, bu
802 Call(Phone phone, String telecomCallId, InCallAdapter inCallAdapter) { method in class:Call
[all...]

Completed in 62 milliseconds