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

/packages/services/Telephony/common/src/com/android/services/telephony/common/
H A DCall.java37 public final class Call implements Parcelable { class in inherits:Parcelable
54 public static final int CONFERENCED = 10; /* Call part of a conference call */
101 * the Call object. This would allow OEMs to extend the cause list without
147 .put(Call.State.ACTIVE, "ACTIVE")
148 .put(Call.State.CALL_WAITING, "CALL_WAITING")
149 .put(Call.State.DIALING, "DIALING")
150 .put(Call.State.REDIALING, "REDIALING")
151 .put(Call.State.IDLE, "IDLE")
152 .put(Call.State.INCOMING, "INCOMING")
153 .put(Call
196 public Call(int callId) { method in class:Call
201 public Call(Call call) { method in class:Call
353 private Call(Parcel in) { method in class:Call
[all...]

Completed in 9 milliseconds