HomeSort by relevance Sort by last modified time
    Searched refs:STATE_RINGING (Results 1 - 10 of 10) sorted by null

  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 74 case STATE_RINGING:
ImsConference.java 533 case Connection.STATE_RINGING:
  /frameworks/base/telephony/java/com/android/ims/
ImsConferenceState.java 155 return Connection.STATE_RINGING;
  /frameworks/base/telecomm/java/android/telecom/
Connection.java 56 public static final int STATE_RINGING = 2;
829 case STATE_RINGING:
830 return "STATE_RINGING";
    [all...]
Call.java 51 public static final int STATE_RINGING = 2;
568 * Instructs this {@link #STATE_RINGING} {@code Call} to answer.
576 * Instructs this {@link #STATE_RINGING} {@code Call} to reject.
    [all...]
RemoteConnectionService.java 104 .setState(Connection.STATE_RINGING);
ConnectionService.java 441 case Connection.STATE_RINGING:
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionManager.java 191 case STATE_RINGING:
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 241 case android.telecom.Call.STATE_RINGING:
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 745 // will not need to set STATE_RINGING state prior to calling reject.
750 // the call state to STATE_RINGING.
752 // TODO: Replace this with state transition to STATE_RINGING.
    [all...]

Completed in 169 milliseconds