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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCall.java483 // The number of conferenced calls can change over the course of the call, so use the
587 * Determines if a received upgrade to video request should be cancelled. This can happen if
741 public boolean can(int capabilities) { method in class:Call
813 * {@link SessionModificationState#RECEIVED_UPGRADE_TO_VIDEO_REQUEST} so that we can keep track
815 * will be handled by this method. The remote user can turn off their own camera without
925 * "pullable", which means that the user can request it be transferred to the current device.
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1174 // Decrementing the count can cause the service to unbind, which itself can trigger the
1390 // Check to verify that the call is still in the ringing state. A call can change states
1420 // Check to verify that the call is still in the ringing state. A call can change states
1627 } else if (can(Connection.CAPABILITY_MERGE_CONFERENCE)) {
1638 } else if (can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
1661 * This method can only be used for calls that have the
1686 if (!can(Connection.CAPABILITY_CAN_PULL_CALL)) {
1753 public boolean can(int capability) { method in class:Call
1787 * Return whether the user can respon
[all...]

Completed in 73 milliseconds