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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 48 assertEquals("[Capabilities: CAPABILITY_SWAP_CONFERENCE]",
49 Call.Details.capabilitiesToString(CAPABILITY_SWAP_CONFERENCE));
CallDetailsTest.java 238 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE);
239 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SWAP_CONFERENCE);
ConferenceTest.java 51 Connection.CAPABILITY_MERGE_CONFERENCE | Connection.CAPABILITY_SWAP_CONFERENCE;
RemoteConferenceTest.java 53 Connection.CAPABILITY_MERGE_CONFERENCE | Connection.CAPABILITY_SWAP_CONFERENCE;
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 94 mCapabilities |= Connection.CAPABILITY_SWAP_CONFERENCE;
CdmaConferenceController.java 168 mConference.updateCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 196 Connection.CAPABILITY_SWAP_CONFERENCE,
197 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE,
BluetoothPhoneServiceImpl.java 496 if (activeCall != null && activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
581 (conferenceCall.can(Connection.CAPABILITY_SWAP_CONFERENCE) &&
690 if (activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
    [all...]
Call.java     [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
TelecomAdapter.java 150 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) {
CallButtonPresenter.java 377 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE);
InCallPresenter.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 276 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
323 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
560 addCallCapability(parentConfCall, Connection.CAPABILITY_SWAP_CONFERENCE);
686 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 143 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
371 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
372 builder.append(" CAPABILITY_SWAP_CONFERENCE");
    [all...]
Connection.java 136 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
457 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
458 builder.append(" CAPABILITY_SWAP_CONFERENCE");
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]

Completed in 7547 milliseconds