Searched defs:CAPABILITY_SUPPORTS_VT_LOCAL_RX (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java165 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_RX = 0x00000100; field in class:Call.Details
176 CAPABILITY_SUPPORTS_VT_LOCAL_RX | CAPABILITY_SUPPORTS_VT_LOCAL_TX;
387 if (can(capabilities, CAPABILITY_SUPPORTS_VT_LOCAL_RX)) {
388 builder.append(" CAPABILITY_SUPPORTS_VT_LOCAL_RX");
H A DConnection.java189 public static final int CAPABILITY_SUPPORTS_VT_LOCAL_RX = 0x00000100; field in class:Connection
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");

Completed in 41 milliseconds