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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 63 | CAPABILITY_SUPPORTS_VT_LOCAL_TX
71 + "CAPABILITY_SUPPORTS_VT_LOCAL_TX "
CallDetailsTest.java 169 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
192 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
193 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 270 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
271 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoTech.java 83 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
  /frameworks/base/telecomm/java/android/telecom/
Call.java 267 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_TX = 0x00000200;
273 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
511 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
512 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_TX");
    [all...]
Connection.java 205 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_TX = 0x00000200;
211 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
698 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
699 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_TX" : " VTltx");
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java     [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 295 milliseconds