HomeSort by relevance Sort by last modified time
    Searched refs:CAPABILITY_MANAGE_CONFERENCE (Results 1 - 17 of 17) 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 550 boolean couldManageConference = can(Connection.CAPABILITY_MANAGE_CONFERENCE);
559 capabilities |= Connection.CAPABILITY_MANAGE_CONFERENCE;
562 capabilities &= ~Connection.CAPABILITY_MANAGE_CONFERENCE;
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 56 assertEquals("[Capabilities: CAPABILITY_MANAGE_CONFERENCE]",
57 Call.Details.capabilitiesToString(CAPABILITY_MANAGE_CONFERENCE));
CallDetailsTest.java 150 assertFalse(mCall.getDetails().can(Call.Details.CAPABILITY_MANAGE_CONFERENCE));
221 mConnection.setConnectionCapabilities(Connection.CAPABILITY_MANAGE_CONFERENCE);
222 assertCallCapabilities(mCall, Call.Details.CAPABILITY_MANAGE_CONFERENCE);
ConnectionTest.java 164 | Connection.CAPABILITY_MANAGE_CONFERENCE | Connection.CAPABILITY_RESPOND_VIA_TEXT;
415 + "CAPABILITY_MANAGE_CONFERENCE]",
418 | Connection.CAPABILITY_MANAGE_CONFERENCE));
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConference.java 45 (manage ? Connection.CAPABILITY_MANAGE_CONFERENCE : 0));
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 91 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)) {
CallCardPresenter.java 345 if (call.can(Details.CAPABILITY_MANAGE_CONFERENCE) !=
346 details.can(Details.CAPABILITY_MANAGE_CONFERENCE)) {
496 return mPrimary.can(android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE)
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 252 Connection.CAPABILITY_MANAGE_CONFERENCE,
253 android.telecom.Call.Details.CAPABILITY_MANAGE_CONFERENCE,
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestConnectionService.java 84 Connection.CAPABILITY_MANAGE_CONFERENCE);
  /frameworks/base/telecomm/java/android/telecom/
Call.java 160 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
383 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
384 builder.append(" CAPABILITY_MANAGE_CONFERENCE");
    [all...]
Connection.java 184 public static final int CAPABILITY_MANAGE_CONFERENCE = 0x00000080;
608 if (can(capabilities, CAPABILITY_MANAGE_CONFERENCE)) {
609 builder.append(isLong ? " CAPABILITY_MANAGE_CONFERENCE" : " mng_cnf");
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ConnectionServiceFixture.java 175 | Connection.CAPABILITY_MANAGE_CONFERENCE);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 68 milliseconds