Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnection.java191 public static final int CAPABILITY_GENERIC_CONFERENCE = 0x00004000; field in Connection
373 if (can(capabilities, CAPABILITY_GENERIC_CONFERENCE)) { in capabilitiesToString()