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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 60 | CAPABILITY_SUPPORTS_VT_LOCAL_TX
68 + "CAPABILITY_SUPPORTS_VT_LOCAL_TX "
CallDetailsTest.java 170 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
193 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
194 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 258 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
259 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX,
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallButtonPresenter.java 412 return call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX)
416 return call.can(android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_TX);
  /frameworks/base/telecomm/java/android/telecom/
Call.java 170 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_TX = 0x00000200;
176 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
389 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
390 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_TX");
    [all...]
Connection.java 194 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_TX = 0x00000200;
200 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
614 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_TX)) {
615 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/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 537 milliseconds