HomeSort by relevance Sort by last modified time
    Searched defs:can (Results 1 - 25 of 33) sorted by null

1 2

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 27 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD));
28 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE));
29 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
31 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
34 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO));
35 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
37 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
38 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
  /external/jline/src/src/main/java/jline/
SimpleCompletor.java 102 String can = (String) i.next(); local
104 if (!(can.startsWith(start))) {
109 int index = can.indexOf(delimiter, cursor);
112 can = can.substring(0, index + 1);
116 clist.add(can);
  /external/skia/samplecode/
SamplePictFile.cpp 4 * Use of this source code is governed by a BSD-style license that can be
168 SkCanvas* can = recorder.beginRecording(SkIntToScalar(img->width()), local
173 can->drawImage(img, 0, 0, &paint);
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 172 Canvas can = new Canvas(bitmap); local
181 can.drawBitmap(bitmap, 0, 0, null);
182 can.drawRect(rect, paint);
235 * By overriding this method, the hover cell (BitmapDrawable) can be drawn
309 * Using a ViewTreeObserver and a corresponding OnPreDrawListener, we can
  /build/make/core/
main.mk 59 # Write the build number to a file so it can be read back in
111 # build system can't deal with them.
485 # Typical build; include any Android.mk files we can find.
588 # This can only happen now, after we've read in all module makefiles.
609 define get-32-bit-modules-if-we-can
621 define get-32-bit-modules-if-we-can
638 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
689 # so they can be expanded to product_MODULES later.
762 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 37 * Represents a conference call which can contain any number of {@link Connection} objects.
182 public static boolean can(int capabilities, int capability) { method in class:Conference
193 public boolean can(int capability) { method in class:Conference
194 return can(mConnectionCapabilities, capability);
246 * Returns VideoProvider of the primary call. This can be null.
452 * Sets the connections with which this connection can be conferenced.
454 * @param conferenceableConnections The set of connections this connection can conference with.
510 * Returns the connections with which this connection can be conferenced.
722 // is called we can see if the caller has removed any extras values.
840 * Telecom or an {@link InCallService} can also update the extras vi
    [all...]
Call.java 111 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
121 * The key to retrieve the optional {@code PhoneAccount}s Telecom can bundle with its Call
137 /** Call can currently be put on hold or unheld. */
144 * Calls within a conference can be merged. A {@link ConnectionService} has the option to
155 * Calls within a conference can be swapped between foreground and background.
170 /** Call can be muted. */
175 * calls which can have {@link Connection}s as children.
228 * Call can be upgraded to a video call.
234 * For video calls, indicates whether the outgoing video for the call can be paused using
253 * Intuitively, a call which can be downgraded to audio should also have local and remot
368 public static boolean can(int capabilities, int capability) { method in class:Call.Details
378 public boolean can(int capability) { method in class:Call.Details
    [all...]
Connection.java 90 * There are a number of other {@code on*} methods which a {@code Connection} can choose to
124 * A connection is active. Both parties are connected to the call and can actively communicate.
143 * A connection can only be in this state if the {@link #PROPERTY_IS_EXTERNAL_CALL} property and
149 * Connection can currently be put on hold or unheld. This is distinct from
151 * it does not at the moment support the function. This can be true while the call is in the
161 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
172 * Connections within a conference can be swapped between foreground and background.
187 /** Connection can be muted. */
192 * {@link Conference}s which can have {@link Connection}s as children.
269 * Call can be upgraded to a video call
582 public static boolean can(int capabilities, int capability) { method in class:Connection
593 public boolean can(int capability) { method in class:Connection
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 96 * A counter used to append to restricted/private/hidden calls so that users can identify them in
444 // The number of conferenced calls can change over the course of the call, so use the
724 public boolean can(int capabilities) { method in class:DialerCall
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 2276 String can = canon.toString(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 296 * inverses -- we can't throw any random string at the composition
443 // Latin-Arabic has been temporarily removed until it can be
3124 CanonicalIterator can = new CanonicalIterator(""); local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationMiscTest.java 2275 String can = canon.toString(); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 295 * inverses -- we can't throw any random string at the composition
442 // Latin-Arabic has been temporarily removed until it can be
3123 CanonicalIterator can = new CanonicalIterator(""); local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js 1049 /* can be used for mutable strings and characters */
1113 "\030": "#\\can",
1156 "can": "\030",
1155 "etb": "\\027", property in class:sc_Char.readable2char
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java 1950 public boolean can(int capability) { method in class:Call
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.6/
jackson-dataformat-cbor-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 503 milliseconds

1 2