HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_MANAGE_CONFERENCE (Results 1 - 11 of 11) 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 462 boolean couldManageConference = can(Connection.CAPABILITY_MANAGE_CONFERENCE);
471 capabilities |= Connection.CAPABILITY_MANAGE_CONFERENCE;
474 capabilities &= ~Connection.CAPABILITY_MANAGE_CONFERENCE;
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 54 assertEquals("[Capabilities: CAPABILITY_MANAGE_CONFERENCE]",
55 Call.Details.capabilitiesToString(CAPABILITY_MANAGE_CONFERENCE));
ConnectionTest.java 158 | Connection.CAPABILITY_MANAGE_CONFERENCE | Connection.CAPABILITY_RESPOND_VIA_TEXT;
290 + "CAPABILITY_MANAGE_CONFERENCE]",
293 | Connection.CAPABILITY_MANAGE_CONFERENCE));
CallDetailsTest.java 133 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE));
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 91 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) {
CallCardPresenter.java 291 if (call.can(Details.CAPABILITY_MANAGE_CONFERENCE) !=
292 Details.can(details.getCallCapabilities(), Details.CAPABILITY_MANAGE_CONFERENCE)) {
394 return mPrimary.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 147 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
306 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
307 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
Connection.java 141 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
346 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
347 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 84 Connection.CAPABILITY_MANAGE_CONFERENCE);
  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 742 Connection.CAPABILITY_MANAGE_CONFERENCE,
743 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE,
    [all...]

Completed in 225 milliseconds