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

/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java100 * A counter used to append to restricted/private/hidden calls so that users can identify them in
473 // The number of conferenced calls can change over the course of the call, so use the
753 public boolean can(int capabilities) { method in class:DialerCall
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java1209 // If no target phone account handle is specified, assume we can potentially perform a
1210 // video call; once the phone account is set, we can confirm that it is video capable.
1317 // Ensure the ConnectionService can't change the state of the self-managed property.
1467 // Decrementing the count can cause the service to unbind, which itself can trigger the
1683 // Check to verify that the call is still in the ringing state. A call can change states
1713 // Check to verify that the call is still in the ringing state. A call can change states
1928 } else if (can(Connection.CAPABILITY_MERGE_CONFERENCE)) {
1939 } else if (can(Connection.CAPABILITY_SWAP_CONFERENCE)) {
1962 * This method can onl
2120 public boolean can(int capability) { method in class:Call
[all...]

Completed in 81 milliseconds