Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/telecomm/
Denums.proto110 * {@link android.telecom.Connection#CAPABILITY_CAN_PULL_CALL}.
/frameworks/base/telecomm/java/android/telecom/
DCall.java417 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000; field in Call.Details
638 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) { in capabilitiesToString()
DConnection.java337 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000; field in Connection
786 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) { in capabilitiesToStringInternal()
/frameworks/base/api/
Dcurrent.txt43070 field public static final int CAPABILITY_CAN_PULL_CALL = 8388608; // 0x800000
43304 field public static final int CAPABILITY_CAN_PULL_CALL = 16777216; // 0x1000000