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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java59 public static final int STATE_RINGING = 2; field in class:Call
1302 * Instructs this {@link #STATE_RINGING} {@code Call} to answer.
1310 * Instructs this {@link #STATE_RINGING} {@code Call} to deflect.
1319 * Instructs this {@link #STATE_RINGING} {@code Call} to reject.
1845 case STATE_RINGING:
H A DConnection.java116 public static final int STATE_RINGING = 2; field in class:Connection
442 * {@link Connection#STATE_RINGING} state to indicate that answering the call will cause the
449 * String connection extra key set on a {@link Connection} in {@link Connection#STATE_RINGING}
1979 case STATE_RINGING:
2087 setState(STATE_RINGING);
2732 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
2753 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
2775 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
2781 * Notifies this Connection, which is in {@link #STATE_RINGING}, of
2801 * Notifies this Connection, which is in {@link #STATE_RINGING}, o
[all...]

Completed in 27 milliseconds