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

1 2

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 30 assertTrue(Call.Details.can(CAPABILITY_HOLD, CAPABILITY_HOLD));
31 assertTrue(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_MUTE));
32 assertTrue(Call.Details.can(CAPABILITY_HOLD | CAPABILITY_DISCONNECT_FROM_CONFERENCE,
34 assertTrue(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
37 assertTrue(Call.Details.can(CAPABILITY_CAN_PAUSE_VIDEO, CAPABILITY_CAN_PAUSE_VIDEO));
38 assertTrue(Call.Details.can(CAPABILITY_CAN_PULL_CALL, CAPABILITY_CAN_PULL_CALL));
40 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
41 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);
  /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
  /external/python/cpython3/Modules/
socketmodule.h 83 #include <linux/can.h>
87 #include <linux/can/raw.h>
91 #include <linux/can/bcm.h>
157 struct sockaddr_can can; member in union:sock_addr
198 Other modules can now include the socketmodule.h file
202 After initialization, the importing module can then
  /external/skia/tests/
SurfaceTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
104 bool can = ctxInfo.grContext()->colorTypeSupportedAsSurface(colorType); local
107 REPORTER_ASSERT(reporter, can == SkToBool(surf), "ct: %d, can: %d, surf: %d",
108 colorType, can, SkToBool(surf));
116 REPORTER_ASSERT(reporter, can == SkToBool(surf), "ct: %d, can: %d, surf: %d",
117 colorType, can, SkToBool(surf));
122 REPORTER_ASSERT(reporter, can == SkToBool(surf), "ct: %d, can: %d, surf: %d"
    [all...]
ImageTest.cpp 4 * Use of this source code is governed by a BSD-style license that can be
177 // Now see if we can instantiate an image from a subset of the surface/origEncoded
354 // now we can test drawing a gpu-backed image into a cpu-backed surface
494 bool can = ctxInfo.grContext()->colorTypeSupportedAsImage(colorType); local
501 REPORTER_ASSERT(reporter, can == SkToBool(img),
502 "colorTypeSupportedAsImage:%d, actual:%d, ct:%d", can, SkToBool(img),
821 // TODO: Make it so we can check this (see skbug.com/5019)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 37 * Represents a conference call which can contain any number of {@link Connection} objects.
183 public static boolean can(int capabilities, int capability) { method in class:Conference
194 public boolean can(int capability) { method in class:Conference
195 return can(mConnectionCapabilities, capability);
247 * Returns VideoProvider of the primary call. This can be null.
453 * Sets the connections with which this connection can be conferenced.
455 * @param conferenceableConnections The set of connections this connection can conference with.
507 * Returns the connections with which this connection can be conferenced.
758 // is called we can see if the caller has removed any extras values.
876 * 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
217 /** Call can currently be put on hold or unheld. */
224 * Calls within a conference can be merged. A {@link ConnectionService} has the option to
235 * Calls within a conference can be swapped between foreground and background.
250 /** Call can be muted. */
255 * calls which can have {@link Connection}s as children.
308 * Call can be upgraded to a video call.
314 * For video calls, indicates whether the outgoing video for the call can be paused using
333 * Intuitively, a call which can be downgraded to audio should also have local and remot
464 public static boolean can(int capabilities, int capability) { method in class:Call.Details
474 public boolean can(int capability) { method in class:Call.Details
    [all...]
Connection.java 91 * There are a number of other {@code on*} methods which a {@code Connection} can choose to
125 * A connection is active. Both parties are connected to the call and can actively communicate.
144 * A connection can only be in this state if the {@link #PROPERTY_IS_EXTERNAL_CALL} property and
150 * Connection can currently be put on hold or unheld. This is distinct from
152 * it does not at the moment support the function. This can be true while the call is in the
162 * Connections within a conference can be merged. A {@link ConnectionService} has the option to
173 * Connections within a conference can be swapped between foreground and background.
188 /** Connection can be muted. */
193 * {@link Conference}s which can have {@link Connection}s as children.
270 * Call can be upgraded to a video call
610 public static boolean can(int capabilities, int capability) { method in class:Connection
621 public boolean can(int capability) { method in class:Connection
    [all...]
  /build/make/core/
main.mk 63 # Write the build number to a file so it can be read back in
85 # Make an empty directory, which can be used to make empty jars
125 # Adding the jacoco library can cause the inclusion of
388 # Typical build; include any Android.mk files we can find.
493 # This can only happen now, after we've read in all module makefiles.
514 define get-32-bit-modules-if-we-can
526 define get-32-bit-modules-if-we-can
544 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
666 # so they can be expanded to product_MODULES later.
708 # module, but APKs can "link" to both java and native code). The link typ
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 111 * A counter used to append to restricted/private/hidden calls so that users can identify them in
562 // The number of conferenced calls can change over the course of the call, so use the
866 public boolean can(int capabilities) { method in class:DialerCall
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationMiscTest.java 2278 String can = canon.toString(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
TransliteratorTest.java 255 * inverses -- we can't throw any random string at the composition
402 // Latin-Arabic has been temporarily removed until it can be
918 expect(toTitle, "the quick brown foX caN'T jump over the laZy dogs.",
919 "The Quick Brown FoX Can't Jump Over The LaZy Dogs.");
3027 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 252 * inverses -- we can't throw any random string at the composition
399 // Latin-Arabic has been temporarily removed until it can be
915 expect(toTitle, "the quick brown foX caN'T jump over the laZy dogs.",
916 "The Quick Brown FoX Can't Jump Over The LaZy Dogs.");
3024 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 806 * Determines if this {@link Call} can receive call focus via the
2365 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 

Completed in 726 milliseconds

1 2