HomeSort by relevance Sort by last modified time
    Searched defs:Details (Results 1 - 18 of 18) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
CallTest.java 19 import static android.telecom.Call.Details.*;
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 assertFalse(Call.Details.can(CAPABILITY_MUTE, CAPABILITY_HOLD));
36 assertFalse(Call.Details.can(CAPABILITY_MERGE_CONFERENCE
43 Call.Details.capabilitiesToString(CAPABILITY_HOLD));
45 Call.Details.capabilitiesToString(CAPABILITY_SUPPORT_HOLD))
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
instancestatus.py 25 class Details(dict):
87 :ivar details: A dict containing name-value pairs which provide
88 more details about the current status.
91 def __init__(self, status=None, details=None):
93 if not details:
94 details = Details()
95 self.details = details
101 if name == 'details'
    [all...]
volumestatus.py 24 from boto.ec2.instancestatus import Status, Details
  /packages/apps/ContactsCommon/src-N/com/android/contacts/common/compat/
CallSdkCompat.java 22 public static class Details {
23 public static final int PROPERTY_ENTERPRISE_CALL = Call.Details.PROPERTY_ENTERPRISE_CALL;
25 Call.Details.CAPABILITY_CANNOT_DOWNGRADE_VIDEO_TO_AUDIO;
  /packages/apps/ContactsCommon/src-pre-N/com/android/contacts/common/compat/
CallSdkCompat.java 20 public static class Details {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/appstats/protorpc_appstats/
__init__.py 59 class Details(messages.Message):
63 stat: Individual stat details if found, else None.
110 (see make_key() for details).
145 @remote.method(GetDetailsRequest, Details)
147 """Get appstats details for a particular timestamp."""
148 response = Details()
  /development/apps/Development/src/com/android/development/
Details.java 33 public class Details extends Activity
43 title = "Details";
129 TextView error = new TextView(Details.this);
  /external/clang/lib/StaticAnalyzer/Checkers/
VforkChecker.cpp 6 // License. See LICENSE.TXT for details.
13 // can't call functions not in whitelist, etc. For more details, see
57 const char *Details = 0) const;
122 const char *Details) const {
133 if (Details)
134 os << "; " << Details;
  /external/opencv3/modules/highgui/src/
agile_wrl.h 6 // Code in Details namespace is for internal usage within the library code
43 #define __is_win_class(T) (std::is_same<T, HSTRING__>::value || std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, T>::value) //derived from Microsoft::WRL::RuntimeClass or HSTRING
45 namespace Details
133 } // namespace Details
140 bool TIsNotAgile = (__is_win_class(typename Details::AgileTypeHelper<T>::type) && !__is_winrt_agile(typename Details::AgileTypeHelper<T>::type)) ||
141 __is_win_interface(typename Details::AgileTypeHelper<T>::type)
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
146 typename typedef Details::AgileTypeHelper<T>::agileMemberType TypeT
    [all...]
  /external/opencv3/modules/videoio/src/
agile_wrl.hpp 6 // Code in Details namespace is for internal usage within the library code
43 #define __is_win_class(T) (std::is_same<T, HSTRING__>::value || std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, T>::value) //derived from Microsoft::WRL::RuntimeClass or HSTRING
45 namespace Details
133 } // namespace Details
140 bool TIsNotAgile = (__is_win_class(typename Details::AgileTypeHelper<T>::type) && !__is_winrt_agile(typename Details::AgileTypeHelper<T>::type)) ||
141 __is_win_interface(typename Details::AgileTypeHelper<T>::type)
145 static_assert(__is_win_class(typename Details::AgileTypeHelper<T>::type) || __is_win_interface(typename Details::AgileTypeHelper<T>::type), "Agile can only be used with ref class or interface class types");
146 typename typedef Details::AgileTypeHelper<T>::agileMemberType TypeT
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 6 // License. See LICENSE.TXT for details.
46 Disabled, Arguments, Structure, Executions, Details
58 clEnumVal(Details , "print pass details when it is executed"),
898 if (PassDebugging >= Details) {
922 if (PassDebugging >= Details) {
945 if (PassDebugging >= Details && !DeadPasses.empty()) {
    [all...]
  /external/llvm/lib/Target/WebAssembly/
Relooper.cpp 6 // License. See LICENSE.TXT for details.
68 /// Implementation details: The Relooper instance has
256 std::unique_ptr<Branch> Details;
257 Details.swap(Prior->BranchesOut[Original]);
258 Prior->BranchesOut[Split] = make_unique<Branch>(Details->Condition,
259 Details->Code);
262 Branch *Details = iter.second.get();
263 Split->BranchesOut[Post] = make_unique<Branch>(Details->Condition,
264 Details->Code);
835 Branch *Details = iter.second.get()
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 101 * A call can only be in this state if the {@link Details#PROPERTY_IS_EXTERNAL_CALL} property
102 * and {@link Details#CAPABILITY_CAN_PULL_CALL} capability are set on the call.
118 public static class Details {
344 * Whether the capabilities of this {@code Details} supports the specified capability.
432 * Whether the properties of this {@code Details} includes the specified property.
587 if (o instanceof Details) {
588 Details d = (Details) o;
629 public Details(
663 public static Details createFromParcelableCall(ParcelableCall parcelableCall)
1301 Details details = Details.createFromParcelableCall(parcelableCall); local
    [all...]
  /external/v8/tools/
grokdump.py     [all...]
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 379 milliseconds