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

  /packages/services/Telecomm/src/com/android/server/telecom/
InCallController.java 480 capabilities, android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL);
580 Connection.CAPABILITY_SUPPORTS_VT_LOCAL,
581 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL,
  /frameworks/base/telecomm/java/android/telecom/
Call.java 147 public static final int CAPABILITY_SUPPORTS_VT_LOCAL = 0x00000100;
258 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL)) {
259 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL");
    [all...]
Connection.java 112 public static final int CAPABILITY_SUPPORTS_VT_LOCAL = 0x00000100;
227 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL)) {
228 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL");
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 719 CAPABILITY_SUPPORTS_VT_LOCAL);
722 CAPABILITY_SUPPORTS_VT_LOCAL);
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestConnectionService.java 138 capabilities |= CAPABILITY_SUPPORTS_VT_LOCAL;
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 401 boolean canVideoCall = call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL)

Completed in 448 milliseconds