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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 53 assertEquals("[Capabilities: CAPABILITY_SWAP_CONFERENCE]",
54 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/apps/Dialer/java/com/android/dialer/simulator/impl/
SimulatorConnectionsBankImpl.java 127 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE;
SimulatorConferenceCreator.java 190 capabilities |= Connection.CAPABILITY_SWAP_CONFERENCE;
  /packages/apps/Dialer/java/com/android/incallui/call/
TelecomAdapter.java 110 if (call.getDetails().can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE)) {
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 96 mCapabilities |= Connection.CAPABILITY_SWAP_CONFERENCE;
CdmaConferenceController.java 191 mConference.updateCapabilities(Connection.CAPABILITY_SWAP_CONFERENCE);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 255 Connection.CAPABILITY_SWAP_CONFERENCE,
256 android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE,
BluetoothPhoneServiceImpl.java 528 if (activeCall != null && activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
613 (conferenceCall.can(Connection.CAPABILITY_SWAP_CONFERENCE) &&
735 if (activeCall.can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
    [all...]
Call.java     [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothPhoneServiceTest.java 298 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
346 addCallCapability(parentCall, Connection.CAPABILITY_SWAP_CONFERENCE);
624 addCallCapability(parentConfCall, Connection.CAPABILITY_SWAP_CONFERENCE);
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 240 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
496 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
497 builder.append(" CAPABILITY_SWAP_CONFERENCE");
    [all...]
Connection.java 178 public static final int CAPABILITY_SWAP_CONFERENCE = 0x00000008;
683 if (can(capabilities, CAPABILITY_SWAP_CONFERENCE)) {
684 builder.append(isLong ? " CAPABILITY_SWAP_CONFERENCE" : " swp_cnf");
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallButtonPresenter.java 446 final boolean showSwap = call.can(android.telecom.Call.Details.CAPABILITY_SWAP_CONFERENCE);
InCallPresenter.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 301 milliseconds