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

  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.java 54 public static final int CONFERENCED = 10; /* Call part of a conference call */
64 case CONFERENCED:
157 .put(Call.State.CONFERENCED, "CONFERENCED")
  /packages/services/Telephony/src/com/android/phone/
CallCommandService.java 112 } else if (Call.State.CONFERENCED == state) {
129 if (Call.State.CONFERENCED == state) {
CallModeler.java 225 state == Call.State.CONFERENCED ||
313 final boolean wasConferenced = call.getState() == State.CONFERENCED;
321 // If it was a conferenced call, we need to run the entire update
780 // the check to see if we have to set the state to CONFERENCED.
783 // annotate it with CONFERENCED state instead.
785 return State.CONFERENCED;
    [all...]

Completed in 50 milliseconds