Searched refs:update (Results 51 - 75 of 101) sorted by relevance

12345

/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DVpnService.java337 mNotification.update(now);
420 void update(long now) { method in class:VpnService.NotificationHelper
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmConnection.java324 * but no response has yet been received so update() has not yet been called
422 update (DriverCall dc) { method in class:GsmConnection
431 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
445 parentStateChange = parent.update (this, dc);
452 "update: parent=" + parent +
H A DGsmCallTracker.java449 pendingMO.update(dc);
513 changed = conn.update(dc);
/frameworks/base/core/java/android/content/
H A DAsyncQueryHandler.java100 args.result = resolver.update(args.uri, args.values, args.selection,
224 * This method begins an asynchronous update. When the update operation is
228 * the update operation.
230 * @param uri the Uri passed to the update operation.
231 * @param values the ContentValues parameter passed to the update operation.
304 * Called when an asynchronous update is completed.
310 * @param result the result returned from the update operation
H A DSearchRecentSuggestionsProvider.java53 * <li>In order for the Content Resolver to do this, you must update your searchable activity's
83 // Table of database versions. Don't forget to update!
381 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SearchRecentSuggestionsProvider
H A DContentProviderNative.java201 int count = update(url, values, selection, selectionArgs);
481 public int update(Uri url, ContentValues values, String selection, method in class:ContentProviderProxy
H A DContentProviderOperation.java146 * Create a {@link Builder} suitable for building an update {@link ContentProviderOperation}.
147 * @param uri The {@link Uri} that is the target of the update.
225 numRows = provider.update(mUri, values, mSelection, selectionArgs);
443 * This can only be used with builders of type insert, update, or assert.
459 * This can only be used with builders of type insert, update, or assert.
477 * This can only be used with builders of type update, delete, or assert.
496 * This can only be used with builders of type insert, update, or assert.
512 * A value to insert or update. This value may be overwritten by
514 * This can only be used with builders of type insert, update, or assert.
558 * This can only be used with builders of type update, delet
[all...]
H A DContentResolver.java689 * If the content provider supports transactions the update will be atomic.
699 public final int update(Uri uri, ContentValues values, String where, method in class:ContentResolver
707 int rowsUpdated = provider.update(uri, values, where, selectionArgs);
709 maybeLogUpdateToEventLog(durationMillis, uri, "update", where);
/frameworks/base/core/java/android/provider/
H A DContacts.java231 cr.update(Settings.CONTENT_URI, values, null, null);
452 // There is a trigger in place that will update TIMES_CONTACTED when
455 resolver.update(uri, values, null, null);
596 cr.update(photoUri, values, null, null);
1341 //NOTE: update Contacts.java with new providers when they're added.
1445 * @param postalId the address to update
1464 resolver.update(ContentUris.withAppendedId(CONTENT_URI, postalId), values, null, null);
H A DTelephony.java297 return 1 == SqliteWrapper.update(context, context.getContentResolver(),
422 return resolver.update(uri, values, null, null) == 1;
1735 * services that use these strings should update their display.
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java198 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:MemoryFileProvider
199 throw new UnsupportedOperationException("update not supported");
/frameworks/base/libs/utils/
H A DCallStack.cpp278 void CallStack::update(int32_t ignoreDepth, int32_t maxDepth) function in class:android::CallStack
H A DRefBase.cpp177 // update. Positive value means we increment, negative--we
182 ref->stack.update(2);
/frameworks/base/services/java/com/android/server/status/
H A DNotificationViewList.java262 void update(StatusBarNotification notification) { method in class:NotificationViewList
H A DStatusBarService.java489 // update the list
687 // update
746 icon.update(mContext, data);
752 icon.update(mContext, data);
905 mNotificationData.update(notification);
909 // update the contentIntent
923 mNotificationData.update(notification);
1792 * meantime, just update the things that we know change.
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java711 // After successfully store the data, we should update
742 if (mContentResolver.update(uri, cv, null, null) != 1) {
743 throw new MmsException("unable to update " + uri.toString());
898 SqliteWrapper.update(mContext, mContentResolver, uri, values, null, null);
943 SqliteWrapper.update(mContext, mContentResolver, uri, values, null, null);
945 // Only update the data when:
1144 // Get the real ID of the PDU and update all parts which were
1149 SqliteWrapper.update(mContext, mContentResolver,
1200 SqliteWrapper.update(mContext, mContentResolver, from, values, null, null);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java656 // update database
782 mMediaProvider.update(result, values, null, null);
877 mMediaProvider.update(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values,
879 mMediaProvider.update(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, values,
1135 mMediaProvider.update(ContentUris.withAppendedId(mPlaylistsUri, entry.mRowId), values, null, null);
1471 // update lastModified value of existing playlist
1473 mMediaProvider.update(uri, values, null, null);
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java222 void update(int duration) { method in class:NotificationManagerService.ToastRecord
384 update();
388 update();
391 public void update() { method in class:NotificationManagerService.SettingsObserver
488 // If it's already in the queue, we update it in place, we don't
492 record.update(duration);
H A DProcessStats.java245 update();
248 public void update() { method in class:ProcessStats
H A DLoadAverageService.java64 mStats.update();
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java415 // nothing changed, so no need to update the database
482 public int update(Uri url, ContentValues initialValues, String where, String[] whereArgs) { method in class:SettingsProvider
490 int count = db.update(args.table, initialValues, args.where, args.args);
H A DSettingsBackupAgent.java191 checkSummer.update(data);
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaConnection.java378 * but no response has yet been received so update() has not yet been called
485 update (DriverCall dc) { method in class:CdmaConnection
496 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
525 parentStateChange = parent.update (this, dc);
/frameworks/base/core/java/android/os/
H A DRecoverySystem.java112 * Verify the cryptographic signature of a system update package
274 sig.update(buffer, 0, read);
305 * Reboots the device in order to install the given update
310 * @param packageFile the update package to install. Currently
/frameworks/base/libs/binder/
H A DIMemory.cpp248 stack.update();

Completed in 598 milliseconds

12345