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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java207 public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000; field in class:Call.Details
333 if (can(capabilities, CAPABILITY_CAN_PAUSE_VIDEO)) {
334 builder.append(" CAPABILITY_CAN_PAUSE_VIDEO");
H A DConnection.java227 public static final int CAPABILITY_CAN_PAUSE_VIDEO = 0x00100000; field in class:Connection
385 if (can(capabilities, CAPABILITY_CAN_PAUSE_VIDEO)) {
386 builder.append(" CAPABILITY_CAN_PAUSE_VIDEO");

Completed in 12 milliseconds