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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 29 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
32 | CAPABILITY_DISCONNECT_FROM_CONFERENCE | CAPABILITY_MUTE,
39 | CAPABILITY_DISCONNECT_FROM_CONFERENCE | CAPABILITY_MUTE,
ConferenceTest.java 50 Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE | Connection.CAPABILITY_HOLD |
RemoteConferenceTest.java 52 Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE | Connection.CAPABILITY_HOLD |
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 79 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
83 if (call.can(android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE)
ConferenceParticipantListAdapter.java 362 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE);
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 158 int capabilities = CAPABILITY_DISCONNECT_FROM_CONFERENCE;
TelephonyConnection.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 276 Connection.CAPABILITY_DISCONNECT_FROM_CONFERENCE,
277 android.telecom.Call.Details.CAPABILITY_DISCONNECT_FROM_CONFERENCE,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 125 CAPABILITY_SEPARATE_FROM_CONFERENCE | CAPABILITY_DISCONNECT_FROM_CONFERENCE |
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 202 public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 0x00002000;
    [all...]
Connection.java 226 public static final int CAPABILITY_DISCONNECT_FROM_CONFERENCE = 0x00002000;
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 283 milliseconds