HomeSort by relevance Sort by last modified time
    Searched refs:Conferenceable (Results 1 - 9 of 9) 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 97 public abstract class Connection extends Conferenceable {
    [all...]
Conference.java 40 public abstract class Conference extends Conferenceable {
ConnectionService.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 28 import android.telecom.Conferenceable;
180 * Triggers both a re-check of conferenceable connections, as well as checking for new
193 HashSet<Conferenceable> conferenceableSet = new HashSet<>(mTelephonyConnections.size() +
195 HashSet<Conferenceable> conferenceParticipantsSet = new HashSet<>();
205 // conferenceable with any other connections.
214 // conferenceable with any other connection.
216 connection.setConferenceables(Collections.<Conferenceable>emptyList());
230 connection.setConferenceables(Collections.<Conferenceable>emptyList());
261 for (Conferenceable c : conferenceableSet) {
264 List<Conferenceable> conferenceables = conferenceableSe
    [all...]
TelephonyConferenceController.java 31 import android.telecom.Conferenceable;
149 Log.v(this, "conferenceable: " + conferenceableConnections.size());
151 // Go through all the conferenceable connections and add all other conferenceable
162 // Set the conference as conferenceable with all of the connections that are not in the
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /frameworks/base/config/
compiled-classes-phone     [all...]

Completed in 153 milliseconds