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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java151 public void onDraw(Canvas can) { argument
157 can.clipRect(0, 0, mVertical ? size : can.getWidth(), mVertical ? can.getHeight() : size);
159 can.drawARGB((int) (frac * 0xFF), 0xDD, 0xEE, 0xAA);
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java33 * Represents a conference call which can contain any number of {@link Connection} objects.
141 public static boolean can(int capabilities, int capability) { method in class:Conference
152 public boolean can(int capability) { method in class:Conference
153 return can(mConnectionCapabilities, capability);
199 * Returns VideoProvider of the primary call. This can be null.
385 * Sets the connections with which this connection can be conferenced.
387 * @param conferenceableConnections The set of connections this connection can conference with.
439 * Returns the connections with which this connection can be conferenced.
616 * Set some extras that can be associated with this {@code Conference}. No assumptions should
H A DCall.java99 * The key to retrieve the optional {@code PhoneAccount}s Telecom can bundle with its Call
107 /** Call can currently be put on hold or unheld. */
114 * Calls within a conference can be merged. A {@link ConnectionService} has the option to
125 * Calls within a conference can be swapped between foreground and background.
140 /** Call can be muted. */
145 * calls which can have {@link Connection}s as children.
198 * Call can be upgraded to a video call.
204 * For video calls, indicates whether the outgoing video for the call can be paused using
265 public static boolean can(int capabilities, int capability) { method in class:Call.Details
275 public boolean can(in method in class:Call.Details
[all...]
H A DConnection.java80 * A connection is active. Both parties are connected to the call and can actively communicate.
96 * Connection can currently be put on hold or unheld. This is distinct from
98 * it does not at the moment support the function. This can be true while the call is in the
108 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
119 * Connections within a conference can be swapped between foreground and background.
134 /** Connection can be muted. */
139 * {@link Conference}s which can have {@link Connection}s as children.
219 * Call can be upgraded to a video call.
224 * For video calls, indicates whether the outgoing video for the call can be paused using
272 * Connection extra key used to store the subject for an incoming call. The user interface can
289 public static boolean can(int capabilities, int capability) { method in class:Connection
300 public boolean can(int capability) { method in class:Connection
[all...]

Completed in 79 milliseconds