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

/frameworks/base/telecomm/java/android/telecom/
H A DCall.java103 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call.
253 * See {@link Connection#CAPABILITY_CAN_PULL_CALL} and
256 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000; field in class:Call.Details
417 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
418 builder.append(" CAPABILITY_CAN_PULL_CALL");
H A DConnection.java74 * {@link #CAPABILITY_CAN_PULL_CALL}, {@link #onPullExternalCall()} should be overridden to provide
134 * {@link #CAPABILITY_CAN_PULL_CALL} capability bits are set on the connection.
319 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000; field in class:Connection
472 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
647 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
648 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
1818 * {@link Connection#PROPERTY_IS_EXTERNAL_CALL} and {@link Connection#CAPABILITY_CAN_PULL_CALL}.
2388 * For a Connection to be pulled, both the {@link Connection#CAPABILITY_CAN_PULL_CALL}

Completed in 229 milliseconds