Home
last modified time | relevance | path

Searched refs:CONF_CAPABILITIES (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java51 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE | field in RemoteConferenceTest
466 connection.setConnectionCapabilities(capabilities | CONF_CAPABILITIES); in addRemoteConnectionOutgoingCalls()
519 connection.setConnectionCapabilities(capabilities | CONF_CAPABILITIES); in addRemoteConnectionOutgoingCalls()
DConferenceTest.java49 public static final int CONF_CAPABILITIES = Connection.CAPABILITY_SEPARATE_FROM_CONFERENCE | field in ConferenceTest
299 connection.setConnectionCapabilities(capabilities | CONF_CAPABILITIES); in addOutgoingCalls()