HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 126 - 150 of 19521) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/net/
UriMatcherTest.java 36 static final int CALLS = 9;
55 matcher.addURI("calls", null, CALLS);
56 matcher.addURI("calls", "#", CALLS_ID);
76 matcher.addURI("calls", null, CALLS);
77 matcher.addURI("calls", "/#", CALLS_ID);
97 matcher.addURI("calls", "/", CALLS);
98 matcher.addURI("calls", "/#", CALLS_ID)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
package-info.java 18 * The Android Telecom framework is responsible for managing calls on an Android device. This can
19 * include SIM-based calls using the {@code Telephony} framework, VOIP calls using SIP (e.g. the
21 * {@link android.telecom.ConnectionService}. Telecom acts as a switchboard, routing calls and
24 * {@link android.telecom.InCallService} implementations which provide a user interface for calls.
29 * for developers of standalone calling apps which do not wish to show their calls within the
30 * default phone app, and do not wish to have other calls shown in their user interface. Using
38 * interface for calls. An example might be a third party implementation of SIP calling, or a
40 * means of connecting calls, but has no associated user interface.</li>
45 * handle all Calls the Telecom framework is aware of. It must not make assumptions about th
    [all...]
  /packages/experimental/RpcPerformance/
README 5 no-op Binder calls and certain file I/O operations).
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TODO 12 Missed calls
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
sockios.h 4 /* Socket-level I/O control calls. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
sockios.h 4 /* Socket-level I/O control calls. */
  /prebuilts/go/darwin-x86/doc/play/
fib.go 17 // Function calls are evaluated left-to-right.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackframe.go 7 // stackframe calls back into the frontend to assign frame offsets.
  /prebuilts/go/darwin-x86/src/net/
hook_cloexec.go 12 // Placeholders for socket system calls.
  /prebuilts/go/darwin-x86/src/runtime/
sigaction_linux.go 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly.
  /prebuilts/go/darwin-x86/test/fixedbugs/
gcc61248.go 7 // PR61248: Transformations to recover calls made them fail typechecking in gccgo.
  /prebuilts/go/linux-x86/doc/play/
fib.go 17 // Function calls are evaluated left-to-right.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackframe.go 7 // stackframe calls back into the frontend to assign frame offsets.
  /prebuilts/go/linux-x86/src/net/
hook_cloexec.go 12 // Placeholders for socket system calls.
  /prebuilts/go/linux-x86/src/runtime/
sigaction_linux.go 9 // rt_sigaction calls the rt_sigaction system call. It is implemented in assembly.
  /prebuilts/go/linux-x86/test/fixedbugs/
gcc61248.go 7 // PR61248: Transformations to recover calls made them fail typechecking in gccgo.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
blebug.s 3 .IMPORT $$dyncall,MILLICODE ; Code for dynamic function calls.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
weak-call.d 3 #name: relaxing calls to weak symbols
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group3.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
farcall-group4.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-1a.s 5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
16 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
24 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
43 # Test local stubs that are used by non-MIPS16 PIC calls in this file.
52 # calls in this file.
63 # Test local stubs that are used by a combination of MIPS16 PIC calls
69 # Test hidden stubs that are used by non-MIPS16 PIC calls in this file.
77 # Test hidden stubs that are used by non-MIPS16 PIC calls in another
86 # calls in this file.
97 # Test hidden stubs that are used by a combination of MIPS16 PIC calls
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tlsopt1.s 4 # is shared with two __tls_get_addr calls.
tlsopt1_32.s 4 # is shared with two __tls_get_addr calls.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xc16x/
offset.s 9 calls #seg:.13,#sof:.13
  /frameworks/base/telephony/java/com/android/internal/telephony/
ICallService.aidl 22 * Service interface for services which would like to provide calls to be
26 * for calls provided by this call service including making new calls and disconnecting
28 * 1) There exists one or more live calls for that call service,
34 * Determines if the CallService can make calls to the handle.
56 * Sets an implementation of ICallServiceAdapter which the call service can use to add new calls
57 * and communicate state changes of existing calls. This is the first method that is called

Completed in 899 milliseconds

1 2 3 4 56 7 8 91011>>