HomeSort by relevance Sort by last modified time
    Searched full:update (Results 626 - 650 of 9150) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/training/monitoring-device-state/
index.jd 42 <dd>Learn how to alter your app's update rate by determining, and monitoring, the current battery
53 <dd>Without Internet connectivity you can't update your app from an online source. Learn how to
54 check the connectivity status to alter your background update rate. You'll also learn to check for
  /frameworks/base/location/java/android/location/
LocationListener.java 52 * update.
76 * update.
86 * update.
  /frameworks/base/services/java/com/android/server/
UpdateLockService.java 40 // signatureOrSystem required to use update locks
70 // interruptions for update installation etc.
118 pw.println("Permission Denial: can't dump update lock service from from pid="
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
SqliteWrapper.java 88 public static int update(Context context, ContentResolver resolver, Uri uri, method in class:SqliteWrapper
91 return resolver.update(uri, values, where, selectionArgs);
93 Log.e(TAG, "Catch a SQLiteException when update: ", e);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IIccPhoneBook.aidl 63 * @param pin2 required to update EF_FDN, otherwise must be null
72 * Update an ADN-like EF record by record index
83 * @param pin2 required to update EF_FDN, otherwise must be null
  /libcore/benchmarks/src/benchmarks/regression/
SignatureBenchmark.java 85 signer.update(DATA);
105 signer.update(DATA);
124 verifier.update(DATA);
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicLongFieldUpdater.java 67 * @param update the new value
72 public abstract boolean compareAndSet(T obj, long expect, long update);
87 * @param update the new value
92 public abstract boolean weakCompareAndSet(T obj, long expect, long update);
280 public boolean compareAndSet(T obj, long expect, long update) {
282 return unsafe.compareAndSwapLong(obj, offset, expect, update);
285 public boolean weakCompareAndSet(T obj, long expect, long update) {
287 return unsafe.compareAndSwapLong(obj, offset, expect, update);
365 public boolean compareAndSet(T obj, long expect, long update) {
371 unsafe.putLong(obj, offset, update);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 522 ds.update(clientHello.getRandom());
523 ds.update(serverHello.getRandom());
532 ds.update(tmpLength);
533 ds.update(tmp);
537 ds.update(tmpLength);
538 ds.update(tmp);
543 ds.update(tmpLength);
544 ds.update(tmp);
548 ds.update(tmpLength);
549 ds.update(tmp)
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessageStatusService.java 74 // Create a "status/#" URL and use it to update the
95 SqliteWrapper.update(context, context.getContentResolver(),
98 error("Can't find message for status update: " + messageUri);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadScanner.java 139 // Update scanned column, which will kick off a database update pass,
150 final int rows = resolver.update(downloadUri, values, null, null);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
list_update_policy.hpp 38 * Contains policies for list update containers.
57 // A list-update policy that unconditionally moves elements to the
93 // A list-update policy that moves elements to the front of the list
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 102 ST_NOATIME = 1024, /* Do not update access times. */
104 ST_NODIRATIME = 2048, /* Do not update directory access times. */
106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 39 * Contains policies for list update containers.
59 // A list-update policy that unconditionally moves elements to the
95 // A list-update policy that moves elements to the front of the list
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 102 ST_NOATIME = 1024, /* Do not update access times. */
104 ST_NODIRATIME = 2048, /* Do not update directory access times. */
106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 102 ST_NOATIME = 1024, /* Do not update access times. */
104 ST_NODIRATIME = 2048, /* Do not update directory access times. */
106 ST_RELATIME = 4096 /* Update atime relative to mtime/ctime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
list_update_policy.hpp 39 * Contains policies for list update containers.
59 // A list-update policy that unconditionally moves elements to the
95 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 38 * Contains policies for list update containers.
57 // A list-update policy that unconditionally moves elements to the
93 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 38 * Contains policies for list update containers.
57 // A list-update policy that unconditionally moves elements to the
93 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
list_update_policy.hpp 38 * Contains policies for list update containers.
57 // A list-update policy that unconditionally moves elements to the
93 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
list_update_policy.hpp 38 * Contains policies for list update containers.
57 // A list-update policy that unconditionally moves elements to the
93 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
list_update_policy.hpp 39 * Contains policies for list update containers.
59 // A list-update policy that unconditionally moves elements to the
95 // A list-update policy that moves elements to the front of the list
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
list_update_policy.hpp 39 * Contains policies for list update containers.
53 * A list-update policy that unconditionally moves elements to the
89 * A list-update policy that moves elements to the front of the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
UpdateToolsPage.java 31 super("update");
32 setTitle("Update Tools");
51 "Please update the tools first (via Window > Android SDK Manager, or by " +
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 114 // Test: update
121 mProvider.update(uri, value, null, null);
181 // Test: update
186 assertEquals(1, mProvider.update(uri, value, null, null));
294 // Test: update
300 mProvider.update(uri, value, null, null);
377 // Test: update
384 mProvider.update(uri, value, null, null);
466 // Test: update
478 mCallLogProvider.update(uri, value, null, null)
    [all...]
SettingsTest.java 68 // Test: update
73 provider.update(Settings.System.CONTENT_URI, value,
139 // Test: update
146 provider.update(uri, value, "name=\"" + insertName + "\"", null);
215 cr.update(uri, cv, NAME_EQ_PLACEHOLDER, new String[]{name});
216 fail("SettingsProvider didn't throw IllegalArgumentException for update name "

Completed in 990 milliseconds

<<21222324252627282930>>