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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 65 | CAPABILITY_SUPPORTS_VT_REMOTE_RX
73 + "CAPABILITY_SUPPORTS_VT_REMOTE_RX "
CallDetailsTest.java 176 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX);
199 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX);
200 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 276 Connection.CAPABILITY_SUPPORTS_VT_REMOTE_RX,
277 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX,
  /packages/apps/Dialer/java/com/android/incallui/videotech/ims/
ImsVideoTech.java 88 if (!call.getDetails().can(Call.Details.CAPABILITY_SUPPORTS_VT_REMOTE_RX)) {
  /frameworks/base/telecomm/java/android/telecom/
Call.java 278 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_RX = 0x00000400;
289 CAPABILITY_SUPPORTS_VT_REMOTE_RX | CAPABILITY_SUPPORTS_VT_REMOTE_TX;
517 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE_RX)) {
518 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE_RX");
    [all...]
Connection.java 216 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_RX = 0x00000400;
227 CAPABILITY_SUPPORTS_VT_REMOTE_RX | CAPABILITY_SUPPORTS_VT_REMOTE_TX;
704 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE_RX)) {
705 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_RX" : " VTrrx");
    [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 320 milliseconds