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

  /external/nist-sip/java/javax/sip/message/
Response.java 7 int RINGING = 180;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Tone.java 67 * Ringing tone.
69 RINGING(0x08),
89 * Ringing tone as selected by the user for incoming speech call.
  /frameworks/base/telephony/java/com/android/internal/telephony/
Phone.java 53 * <li>RINGING = a phone call is ringing or call waiting.
57 * ringing or waiting.</li>
61 IDLE, RINGING, OFFHOOK;
281 * then the phone state is RINGING not OFFHOOK
328 * Notifies when a previously untracked non-ringing/waiting connection has appeared.
357 * Notifies when a new ringing or waiting connection has appeared.<p>
371 * Unregisters for new ringing connection notification.
636 * Answers a ringing or waiting call. Active calls, if any, go on hold.
641 * @exception CallStateException when no call is ringing or waitin
    [all...]

Completed in 53 milliseconds