HomeSort by relevance Sort by last modified time
    Searched defs:CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL (Results 1 - 5 of 5) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
Call.java 208 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL =
256 * {@link #CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL}).
430 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL)) {
431 builder.append(" CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL");
    [all...]
Connection.java 225 public static final int CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL =
318 * {@link #CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL}).
682 if (can(capabilities, CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL)) {
683 builder.append(isLong ? " CAPABILITY_SUPPORTS_VT_REMOTE_BIDIRECTIONAL" : " VTrbi");
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 56 milliseconds