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

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 59 final int capabilities = CAPABILITY_SUPPORTS_VT_LOCAL_RX
67 + "CAPABILITY_SUPPORTS_VT_LOCAL_RX "
CallDetailsTest.java 167 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX);
190 mConnection.setConnectionCapabilities(Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX);
191 assertCallCapabilities(mCall, Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX);
  /packages/services/Telecomm/src/com/android/server/telecom/
ParcelableCallUtils.java 255 Connection.CAPABILITY_SUPPORTS_VT_LOCAL_RX,
256 android.telecom.Call.Details.CAPABILITY_SUPPORTS_VT_LOCAL_RX,
  /frameworks/base/telecomm/java/android/telecom/
Call.java 165 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_RX = 0x00000100;
176 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
386 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_RX)) {
387 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_RX");
    [all...]
Connection.java 189 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_RX = 0x00000100;
200 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
611 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_RX)) {
612 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_LOCAL_RX" : " VTlrx");
    [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 57 milliseconds