HomeSort by relevance Sort by last modified time
    Searched full:calls (Results 51 - 75 of 3371) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 36 import android.provider.CallLog.Calls;
496 * Test case for the behavior of the ContactsProvider's calls table
501 Calls._ID, Calls.NUMBER, Calls.DATE, Calls.DURATION, Calls.TYPE,
502 Calls.NEW, Calls.CACHED_NAME, Calls.CACHED_NUMBER_TYPE
    [all...]
  /frameworks/base/core/java/android/provider/
CallLog.java 30 * The CallLog provider contains information about placed and received calls.
42 * Contains the recent calls.
44 public static class Calls implements BaseColumns {
49 Uri.parse("content://call_log/calls");
55 Uri.parse("content://call_log/calls/filter");
64 * providing a directory of calls.
66 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/calls";
72 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/calls";
140 * @param number the phone number to be added to the calls db
219 "(SELECT _id FROM calls ORDER BY " + DEFAULT_SORT_ORDE
    [all...]
  /dalvik/dx/tests/071-dex-java-stack-ops/
blort.j 126 ; Test of "dup" opcode. This should end up causing these calls in order:
138 ; Test of "dup_x1" opcode. This should end up causing these calls in order:
152 ; Test of "dup_x2" opcode, form 1. This should end up causing these calls
168 ; Test of "dup_x2" opcode, form 2. This should end up causing these calls
182 ; Test of "dup2" opcode, form 1. This should end up causing these calls
197 ; Test of "dup2" opcode, form 2. This should end up causing these calls
209 ; Test of "dup2_x1" opcode, form 1. This should end up causing these calls
227 ; Test of "dup2_x1" opcode, form 2. This should end up causing these calls
241 ; Test of "dup2_x2" opcode, form 1. This should end up causing these calls
261 ; Test of "dup2_x2" opcode, form 2. This should end up causing these calls
    [all...]
  /dalvik/libcore/sql/src/main/java/javax/sql/
RowSetReader.java 24 * to get data from a database into its rows. The {@code RowSet} calls the
42 * thrown). However, when the reader calls the {@code RowSet}'s methods, no
52 * calls the {@link RowSet#execute()} method.
  /dalvik/tests/060-reflection-security/src/
Main.java 33 * becuase reflection also calls into the SecurityManager, and
34 * we don't want to conflate the calls nor assume too much
35 * in general about what calls reflection will cause.
  /packages/apps/Phone/src/com/android/phone/
ProcessOutgoingCallTest.java 29 * a couple of simple modifications to outgoing calls, and by printing log
47 /* Example of how to redirect calls from one number to another. */
66 /* Example of how to deny calls to a particular number.
Profiler.java 34 // place that *calls* any of these methods should check the value of
35 // Profiler.PROFILE first, so the method calls will get optimized out
44 // panel" in the Phone UI any more; incoming calls just go straight to the
  /cts/tests/assets/webkit/
test_jsInterface.html 22 <!-- Calls into the javascript interface for the activity -->
  /dalvik/libcore/luni/src/main/java/java/util/
Observable.java 107 * If {@code hasChanged()} returns {@code true}, calls the {@code update()}
109 * argument. Afterwards, calls {@code clearChanged()}.
118 * If {@code hasChanged()} returns {@code true}, calls the {@code update()}
120 * argument. Afterwards calls {@code clearChanged()}.
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaNetServerSocketTest.java 56 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.",
62 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.",
68 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.",
74 notes = "Verifies that java.net.ServerSocket constructor calls checkListen on the security manager.",
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 6 * This handler then calls a function to decode the memory op, and process
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 6 * This handler then calls a function to decode the memory op, and process
  /external/clearsilver/cs/
test_macro_set.cs 5 Testing "pass by reference" to macro calls so they can "return" data
  /external/easymock/src/org/easymock/
CaptureType.java 40 * Will capture, in order, the arguments of each matching calls
  /external/icu4c/layout/
Lookups.h 22 lfBaselineIsLogicalEnd = 0x0001, // The MS spec. calls this flag "RightToLeft" but this name is more accurate
  /external/icu4c/test/intltest/
dtfmapts.h 19 * try to test the full functionality. It just calls each function in the class and
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
ThreadSafe.java 13 * no sequences of accesses (reads and writes to public fields, calls to public
  /external/kernel-headers/original/linux/
clk.h 59 * multiple drivers, clk_enable() calls must be balanced by the
60 * same number of clk_disable() calls for the clock source to be
76 * Note: drivers must ensure that all clk_enable calls made on this
77 * clock source are balanced by clk_disable calls prior to calling
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
reentrant-error.js 1 description("Tests that reentrant calls to Geolocation methods from the error callback are OK.");
  /external/webkit/WebCore/manual-tests/inspector/
console-call-line-numbers.html 11 <script src="resources/script-console-calls.js"></script>
  /frameworks/base/cmds/system_server/
system_main.cpp 4 * Calls the standard system initialization function, and then
  /frameworks/base/core/java/android/accounts/
IAccountManagerResponse.aidl 21 * The interface used to return responses for asynchronous calls to the {@link IAccountManager}
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uiosfunc.h 20 /// \brief Stream functor to allow inline align() calls.
45 /// \brief Stream functor to allow inline skip() calls.
61 /// \brief Stream functor to allow inline set_width() calls.
75 /// \brief Stream functor to allow inline set_base() calls.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutSourceViewerConfig.java 23 * Source Viewer Configuration that calls in LayoutContentAssist.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestSourceViewerConfig.java 23 * Source Viewer Configuration that calls in ManifestContentAssist.

Completed in 185 milliseconds

1 23 4 5 6 7 8 91011>>