Searched refs:CAPABILITY_CAN_PULL_CALL (Results 1 – 8 of 8) sorted by relevance
29 && ((call.getDetails().getCallCapabilities() & Details.CAPABILITY_CAN_PULL_CALL) in canPullExternalCall()30 == Details.CAPABILITY_CAN_PULL_CALL); in canPullExternalCall()38 public static final int CAPABILITY_CAN_PULL_CALL = Call.Details.CAPABILITY_CAN_PULL_CALL; field in CallCompat.Details
32 public static final int CAPABILITY_CAN_PULL_CALL = 0x00800000; field in CallSdkCompat.Details
494 call.setConnectionCapabilities(Connection.CAPABILITY_CAN_PULL_CALL); in testCanPullCallRemovedDuringEmergencyCall()498 assertTrue((call.getConnectionCapabilities() | Connection.CAPABILITY_CAN_PULL_CALL) > 0); in testCanPullCallRemovedDuringEmergencyCall()504 assertEquals(0, call.getConnectionCapabilities() & Connection.CAPABILITY_CAN_PULL_CALL); in testCanPullCallRemovedDuringEmergencyCall()510 assertEquals(Connection.CAPABILITY_CAN_PULL_CALL, in testCanPullCallRemovedDuringEmergencyCall()511 call.getConnectionCapabilities() & Connection.CAPABILITY_CAN_PULL_CALL); in testCanPullCallRemovedDuringEmergencyCall()520 call.setConnectionCapabilities(Connection.CAPABILITY_CAN_PULL_CALL); in testCanNotPullCallDuringEmergencyCall()
2256 Connection.CAPABILITY_CAN_PULL_CALL, Connection.PROPERTY_IS_EXTERNAL_CALL); in testExternalCallCapabilitiesUpdated()2274 assertEquals(0, Connection.CAPABILITY_CAN_PULL_CALL & result); in testExternalCallCapabilitiesUpdated()2279 assertEquals(Connection.CAPABILITY_CAN_PULL_CALL, in testExternalCallCapabilitiesUpdated()2280 Connection.CAPABILITY_CAN_PULL_CALL & result); in testExternalCallCapabilitiesUpdated()
979 Connection.CAPABILITY_CAN_PULL_CALL; in testPullExternalCall()
507 Connection.CAPABILITY_CAN_PULL_CALL,508 android.telecom.Call.Details.CAPABILITY_CAN_PULL_CALL,
2316 if ((capabilities |= Connection.CAPABILITY_CAN_PULL_CALL) > 0) { in stripUnsupportedCapabilities()2317 capabilities &= ~Connection.CAPABILITY_CAN_PULL_CALL; in stripUnsupportedCapabilities()3499 if (!can(Connection.CAPABILITY_CAN_PULL_CALL)) { in pullExternalCall()
1463 newCapabilities = changeBitmask(newCapabilities, CAPABILITY_CAN_PULL_CALL, in updateConnectionCapabilities()