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

  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceManagerPresenter.java 81 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
85 || call.can(android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE)
ConferenceParticipantListAdapter.java 360 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 273 Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE,
274 android.telecom.Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE,
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
HfpClientConnection.java 125 CAPABILITY_SEPARATE_FROM_CONFERENCE | CAPABILITY_DISCONNECT_FROM_CONFERENCE |
  /cts/tests/tests/telecom/src/android/telecom/cts/
CallDetailsTest.java 233 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE);
234 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SEPARATE_FROM_CONFERENCE);
ConferenceTest.java 49 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE |
RemoteConferenceTest.java 51 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE |
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 197 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
Connection.java 221 public static final int CAPABILITY_SEPARATE_FROM_CONFERENCE = 0x00001000;
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 50 milliseconds