Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DConnection.java403 public static final int CAPABILITY_CAN_PULL_CALL = 0x01000000; field in Connection
1139 if ((capabilities & CAPABILITY_CAN_PULL_CALL) == CAPABILITY_CAN_PULL_CALL) { in capabilitiesToStringInternal()
DCall.java479 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000; field in Call.Details
763 if (can(capabilities, CAPABILITY_CAN_PULL_CALL)) { in capabilitiesToString()
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto110 * {@link android.telecom.Connection#CAPABILITY_CAN_PULL_CALL}.
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt42367 field public static final int CAPABILITY_CAN_PULL_CALL = 8388608; // 0x800000
42763 field public static final int CAPABILITY_CAN_PULL_CALL = 16777216; // 0x1000000