HomeSort by relevance Sort by last modified time
    Searched defs:CAPABILITY_CAN_PULL_CALL (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/compat/
CallSdkCompat.java 32 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000;
  /packages/apps/Dialer/java/com/android/contacts/common/compat/
CallCompat.java 29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL)
30 == Details.CAPABILITY_CAN_PULL_CALL);
38 public static final int CAPABILITY_CAN_PULL_CALL = Call.Details.CAPABILITY_CAN_PULL_CALL;
  /frameworks/base/telecomm/java/android/telecom/
Call.java 112 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call.
350 * See {@link Connection#CAPABILITY_CAN_PULL_CALL} and
353 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000;
538 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
539 builder.append(" CAPABILITY_CAN_PULL_CALL");
    [all...]
Connection.java 85 * {@link #CAPABILITY_CAN_PULL_CALL}, {@link #onPullExternalCall()} should be overridden to provide
145 * {@link #CAPABILITY_CAN_PULL_CALL} capability bits are set on the connection.
330 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000;
518 * {@link Call.Details#CAPABILITY_CAN_PULL_CALL}, but the {@link ConnectionService} could not
731 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) {
732 builder.append(isLong ? " CAPABILITY_CAN_PULL_CALL" : " pull");
    [all...]
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 264 milliseconds