HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 551 - 575 of 1247) sorted by null

<<21222324252627282930>>

  /external/protobuf/js/binary/
decoder.js 453 * details on the format, see
540 * details on the format, see
653 * storage overhead for small negative integers - for more details on the
723 * storage overhead for small negative integers - for more details on the
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.mli 6 * License. See LICENSE.TXT for details.
  /external/v8/src/
json-parser.cc 391 PropertyDetails details = local
393 Representation expected_representation = details.representation();
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 896 const sp<AMessage> &details = capabilities->getDetails(); local
901 if (details->findInt32(advancedFeatures[ix], &required) &&
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 3807 CharSequence details = ""; local
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
CallCardPresenter.java 19 import static com.android.contacts.common.compat.CallCompat.Details.PROPERTY_ENTERPRISE_CALL;
35 import android.telecom.Call.Details;
353 public void onDetailsChanged(DialerCall call, Details details) {
356 if (call.can(Details.CAPABILITY_MANAGE_CONFERENCE)
357 != details.can(Details.CAPABILITY_MANAGE_CONFERENCE)) {
442 isPrimaryCallActive() && mPrimary.hasProperty(Details.PROPERTY_HIGH_DEF_AUDIO);
467 mPrimary.hasProperty(Details.PROPERTY_WIFI),
469 && !mPrimary.hasProperty(Details.PROPERTY_GENERIC_CONFERENCE)
    [all...]
VideoCallPresenter.java 322 // To get updates of video call details changes
659 * Handles changes to the details of the call. The {@link VideoCallPresenter} is interested in
662 * @param call The call for which the details changed.
663 * @param details The new call details.
666 public void onDetailsChanged(DialerCall call, android.telecom.Call.Details details) {
669 "call: %s, details: %s, mPrimaryCall: %s",
671 details,
676 // If the details change is not for the currently active call no update is required
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/call/
DialerCall.java 30 import android.telecom.Call.Details;
183 public void onDetailsChanged(Call call, Call.Details details) {
184 LogUtil.v("TelecomCallCallback.onStateChanged", " call=" + call + " details=" + details);
617 if (hasProperty(Details.PROPERTY_EMERGENCY_CALLBACK_MODE)) {
727 if ((capabilities & Call.Details.CAPABILITY_MERGE_CONFERENCE) != 0) {
731 && ((Call.Details.CAPABILITY_MERGE_CONFERENCE & supportedCapabilities) == 0)) {
735 capabilities &= ~Call.Details.CAPABILITY_MERGE_CONFERENCE;
755 return hasProperty(Call.Details.PROPERTY_CONFERENCE)
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 69 // See the zip spec for details.
  /prebuilts/go/darwin-x86/src/cmd/go/
bug.go 38 fmt.Fprint(&buf, "#### System details\n\n")
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 33 // for implementation details.
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 150 // See the documentation for Marshal for details about the conversion
165 // See the documentation for Marshal for details about the conversion
291 // See the EncodeToken documentation for details about when it is necessary.
397 // If val was obtained from a struct field, finfo must have its details.
  /prebuilts/go/darwin-x86/src/go/types/
builtins_test.go 196 // built-in from package unsafe - ignore details
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 36 // for details.
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 8 // It is an internal package because these details are specific
  /prebuilts/go/darwin-x86/src/net/
ipsock.go 18 // See inet6(4) for details.
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 167 // See the package runtime documentation for details.
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_mips64x.go 17 // Lookup linux_dirent{,64} in kernel source code for details.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/
width.go 109 // See http://unicode.org/reports/tr11/ for more details.
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 69 // See the zip spec for details.
  /prebuilts/go/linux-x86/src/cmd/go/
bug.go 38 fmt.Fprint(&buf, "#### System details\n\n")
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 33 // for implementation details.
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 150 // See the documentation for Marshal for details about the conversion
165 // See the documentation for Marshal for details about the conversion
291 // See the EncodeToken documentation for details about when it is necessary.
397 // If val was obtained from a struct field, finfo must have its details.
  /prebuilts/go/linux-x86/src/go/types/
builtins_test.go 196 // built-in from package unsafe - ignore details
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
key.go 36 // for details.

Completed in 1407 milliseconds

<<21222324252627282930>>