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

  /frameworks/base/telecomm/java/android/telecom/
Conferenceable.java 22 * {@link Conferenceable}s which are {@link Connection}s or {@link Conference}s.
24 public abstract class Conferenceable {
25 Conferenceable() {}
Connection.java 88 public abstract class Connection extends Conferenceable {
705 Connection c, List<Conferenceable> conferenceables) {}
    [all...]
ConnectionService.java 668 Connection connection, List<Conferenceable> conferenceables) {
    [all...]
Conference.java 38 public abstract class Conference extends Conferenceable {
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 27 import android.telecom.Conferenceable;
161 * Triggers both a re-check of conferenceable connections, as well as checking for new
174 HashSet<Conferenceable> conferenceableSet = new HashSet<>(mTelephonyConnections.size() +
185 // conferenceable with any other connections.
194 // conferenceable with any other connection.
196 connection.setConferenceables(Collections.<Conferenceable>emptyList());
210 connection.setConferenceables(Collections.<Conferenceable>emptyList());
238 for (Conferenceable c : conferenceableSet) {
241 List<Conferenceable> conferenceables = conferenceableSet
243 .filter(conferenceable -> c != conferenceable
    [all...]
TelephonyConferenceController.java 31 import android.telecom.Conferenceable;
139 Log.v(this, "conferenceable: " + conferenceableConnections.size());
141 // Go through all the conferenceable connections and add all other conferenceable
152 // Set the conference as conferenceable with all of the connections that are not in the
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 234 milliseconds