Searched defs:can (Results 1 - 4 of 4) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java167 public void onDraw(Canvas can) { argument
173 can.clipRect(0, 0, mVertical ? size : can.getWidth(), mVertical ? can.getHeight() : size);
175 can.drawARGB((int) (frac * 0xFF), 0xDD, 0xEE, 0xAA);
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java101 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
112 * The key to retrieve the optional {@code PhoneAccount}s Telecom can bundle with its Call
120 /** Call can currently be put on hold or unheld. */
127 * Calls within a conference can be merged. A {@link ConnectionService} has the option to
138 * Calls within a conference can be swapped between foreground and background.
153 /** Call can be muted. */
158 * calls which can have {@link Connection}s as children.
211 * Call can be upgraded to a video call.
217 * For video calls, indicates whether the outgoing video for the call can be paused using
236 * Intuitively, a call which can b
339 public static boolean can(int capabilities, int capability) { method in class:Call.Details
349 public boolean can(int capability) { method in class:Call.Details
[all...]
H A DConference.java35 * Represents a conference call which can contain any number of {@link Connection} objects.
181 public static boolean can(int capabilities, int capability) { method in class:Conference
192 public boolean can(int capability) { method in class:Conference
193 return can(mConnectionCapabilities, capability);
245 * Returns VideoProvider of the primary call. This can be null.
448 * Sets the connections with which this connection can be conferenced.
450 * @param conferenceableConnections The set of connections this connection can conference with.
502 * Returns the connections with which this connection can be conferenced.
711 // is called we can see if the caller has removed any extras values.
830 * These extras changes can originat
[all...]
H A DConnection.java82 * A connection is active. Both parties are connected to the call and can actively communicate.
101 * A connection can only be in this state if the {@link #PROPERTY_IS_EXTERNAL_CALL} property and
108 * Connection can currently be put on hold or unheld. This is distinct from
110 * it does not at the moment support the function. This can be true while the call is in the
120 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
131 * Connections within a conference can be swapped between foreground and background.
146 /** Connection can be muted. */
151 * {@link Conference}s which can have {@link Connection}s as children.
228 * Call can be upgraded to a video call.
233 * For video calls, indicates whether the outgoing video for the call can b
409 public static boolean can(int capabilities, int capability) { method in class:Connection
420 public boolean can(int capability) { method in class:Connection
[all...]

Completed in 410 milliseconds