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

  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConference.java 41 Connection.CAPABILITY_MANAGE_CONFERENCE);
150 removeCapability(Connection.CAPABILITY_MANAGE_CONFERENCE);
ImsConference.java 330 boolean couldManageConference = can(Connection.CAPABILITY_MANAGE_CONFERENCE);
339 addCapability(Connection.CAPABILITY_MANAGE_CONFERENCE);
341 removeCapability(Connection.CAPABILITY_MANAGE_CONFERENCE);
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 91 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) {
CallCardPresenter.java 269 if (call.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE) !=
272 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) {
324 return mPrimary.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE);
  /frameworks/base/telecomm/java/android/telecom/
Call.java 141 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
255 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
256 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
Connection.java 106 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
224 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
225 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 577 Connection.CAPABILITY_MANAGE_CONFERENCE,
578 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE,
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 81 Connection.CAPABILITY_MANAGE_CONFERENCE);

Completed in 168 milliseconds