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

<<21222324252627282930>>

  /packages/apps/Email/provider_src/com/android/email/provider/
AttachmentProvider.java 307 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:AttachmentProvider
EmailConversationCursor.java 233 resolver.update(uri, contentValues, where, selectionArgs);
FolderPickerDialog.java 81 update((FolderRow) item);
94 * Call this to update the state of folders as a result of them being
99 public void update(FolderSelectorAdapter.FolderRow row) { method in class:FolderPickerDialog
100 // Update the UI
  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 114 // This is an update to a message in a non-syncing mailbox; delete this from the
128 resolver.update(mailboxUri, values, null, null);
184 // Always clear our sync state and update sync time.
187 resolver.update(mailboxUri, values, null, null);
235 // We update our folder structure on every sync.
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 124 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DBTestHelper.MyProvider
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimTimeBar.java 41 // PlayedBar. At the setTimes(), activity can update the Time directly, then
90 // According to the Time, update the Played Bar
118 private void update() { method in class:TrimTimeBar
135 update(); method
186 update(); method
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackSource.java 76 database.update(FilterStack.TABLE, val, FilterStack._ID + " = ?",
UserPresetsManager.java 26 private static final int UPDATE = 5;
53 case UPDATE:
109 public void update(FilterUserPresetRepresentation representation) { method in class:UserPresetsManager
110 Message msg = mProcessingHandler.obtainMessage(UPDATE);
  /packages/apps/Gallery2/src/com/android/gallery3d/provider/
GalleryProvider.java 196 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:GalleryProvider
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 61 return mAnimationLeft.update() | mAnimationRight.update();
151 public boolean update() { method in class:EdgeAnimation
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 80 * The equivalent of the {@link #update} method, but invoked within a
159 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 195 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:LauncherProvider
199 int count = db.update(args.table, values, args.where, args.args);
540 db.execSQL("UPDATE favorites SET screen=(screen + 1);");
581 // We bumped the version three time during JB, once to update the launch flags, once to
582 // update the override for the default launch animation and once to set the mimetype
685 db.update(TABLE_FAVORITES, values, updateWhere, null);
715 SQLiteStatement update = null; local
718 update = db.compileStatement("UPDATE favorites "
735 update.bindLong(1, id)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
MemoryTracker.java 82 update();
125 void update() { method in class:MemoryTracker
131 Log.e(TAG, "update: unknown process info received: " + dinfo);
141 // Log.v(TAG, "update: pid " + pid + " pss=" + info.currentPss + " uss=" + info.currentUss);
143 Log.v(TAG, "update: pid " + pid + " has pss=0, it probably died");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DeleteConversationAction.java 87 BugleNotifications.update(true /* silent */, null /* conversationId */,
ReceiveSmsMessageAction.java 169 BugleNotifications.update(false/*silent*/, conversationId, BugleNotifications.UPDATE_ALL);
  /packages/apps/Messaging/src/com/android/messaging/sms/
BugleCarrierConfigValuesLoader.java 139 update(values, type, key, value);
179 * Add or update a carrier config key/value pair to the Bundle
186 public static void update(final Bundle values, final String type, final String key, method in class:BugleCarrierConfigValuesLoader
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
RenderOverlay.java 117 public void update() { method in class:RenderOverlay
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeContentProvider.java 167 public int update(final Uri uri, final ContentValues values, final String selection, method in class:FakeContentProvider
169 // TODO: Add code to track update operations and return correct status
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTestHelpers.java 129 public final Action update; field in class:ActionTestHelpers.StubActionService.StubActionServiceCallLog
135 final Action update) {
140 this.update = update;
  /packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerService.java 138 cr.update(LAUNCHER_CONTENT_URI, values, updateWhere, null);
  /packages/apps/Settings/src/com/android/settings/applications/
PremiumSmsAccess.java 116 private void update() { method in class:PremiumSmsAccess
123 update(); method
  /packages/apps/TV/src/com/android/tv/dvr/
DvrRecordingService.java 107 mScheduler.update();
Scheduler.java 111 public void update() { method in class:Scheduler
112 if (DEBUG) Log.d(TAG, "update");
  /packages/apps/TV/src/com/android/tv/menu/
ItemListRowView.java 130 * newly update item list.
132 public abstract void update(); method in class:ItemListRowView.ItemListAdapter
  /packages/apps/TV/src/com/android/tv/search/
LocalSearchProvider.java 144 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:LocalSearchProvider

Completed in 763 milliseconds

<<21222324252627282930>>