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

  /packages/services/Telephony/src/com/android/services/telephony/
ImsConferenceController.java 27 import android.telecom.Conferenceable;
140 * Triggers both a re-check of conferenceable connections, as well as checking for new
153 List<Conferenceable> activeConnections = new ArrayList<>(mTelephonyConnections.size());
154 List<Conferenceable> backgroundConnections = new ArrayList<>(mTelephonyConnections.size());
164 // conferenceable with any other connections.
173 // conferenceable with any other connection.
219 // conferenceable.
220 for (Conferenceable conferenceable : activeConnections) {
221 if (conferenceable instanceof Connection)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
RemoteConnectionService.java 81 List<RemoteConnection> conferenceable = new ArrayList<>();
84 conferenceable.add(mConnectionById.get(confId));
87 connection.setConferenceableConnections(conferenceable);
310 List<RemoteConnection> conferenceable = new ArrayList<>();
313 conferenceable.add(mConnectionById.get(id));
319 .setConferenceableConnections(conferenceable);
322 .setConferenceableConnections(conferenceable);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
TelecomAdapter.java 134 List<android.telecom.Call> conferenceable = call.getConferenceableCalls(); local
135 if (!conferenceable.isEmpty()) {
136 call.conference(conferenceable.get(0));
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionManager.java 118 List<RemoteConnection> conferenceable) {
120 for (RemoteConnection remote : conferenceable) {
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java 519 List<Call> conferenceable = activeCall.getConferenceableCalls(); local
520 if (!conferenceable.isEmpty()) {
521 mCallsManager.conference(activeCall, conferenceable.get(0));
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java     [all...]

Completed in 3846 milliseconds