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

  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 482 capabilities, android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE);
583 Connection.CAPABILITY_SUPPORTS_VT_REMOTE,
584 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE,
  /frameworks/base/telecomm/java/android/telecom/
Call.java 153 public static final int CAPABILITY_SUPPORTS_VT_REMOTE = 0x00000200;
261 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE)) {
262 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE");
    [all...]
Connection.java 118 public static final int CAPABILITY_SUPPORTS_VT_REMOTE = 0x00000200;
230 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE)) {
231 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE");
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 711 CAPABILITY_SUPPORTS_VT_REMOTE);
714 CAPABILITY_SUPPORTS_VT_REMOTE);
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 402 && call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE);

Completed in 1444 milliseconds