Searched refs:update (Results 76 - 100 of 320) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSettings.java146 ((SimPreference)pref).update();
304 update();
307 public void update() { method in class:SimSettings.SimPreference
357 update();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java62 db.update(Tables.CONTACTS, values, Contacts._ID + " = ?",
82 * Build a sql to update the last updated timestamp for contacts.
85 * @return The update sql statement.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DDumpFileProvider.java57 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DumpFileProvider
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis3/
H A DVisualization3RS.java74 public void update() { method in class:Visualization3RS
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java66 // Note: if you update the version number, you must also update the code
505 // Triggers to update the color stored in an event or a calendar when
509 // Trigger to update exceptions when an original event updates its
517 // IMPORTANT: when adding new columns, be sure to update ALLOWED_IN_EXCEPTION and
521 // **When updating this be sure to also update LAST_SYNCED_EVENT_COLUMNS
584 // **When updating this be sure to also update LAST_SYNCED_EVENT_COLUMNS
647 // **When updating this be sure to also update LAST_SYNCED_EVENT_COLUMNS
1299 // Upgrade to 200 and skip the 203 update.
1329 // This is an ICS update, al
[all...]
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherProvider.java189 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:LauncherProvider
193 int count = db.update(args.table, values, args.where, args.args);
522 // We bumped the version three time during JB, once to update the launch flags, once to
523 // update the override for the default launch animation and once to set the mimetype
626 db.update(TABLE_FAVORITES, values, updateWhere, null);
656 SQLiteStatement update = null;
659 update = db.compileStatement("UPDATE favorites "
676 update.bindLong(1, id);
679 update.bindBlob(2, data);
680 update
[all...]
/packages/apps/Camera2/src/com/android/camera/util/
H A DConcurrentSharedRingBuffer.java72 public void update(E existingElement); method in interface:ConcurrentSharedRingBuffer.SwapTask
184 * exists in the ring-buffer, then {@code swapper.update()} is called and
208 swapper.update(existingElement.getElement());
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastContentProvider.java176 * @param selection an optional filter to match rows to update.
180 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:CellBroadcastContentProvider
181 throw new UnsupportedOperationException("update not supported");
263 int rowCount = db.update(CellBroadcastDatabaseHelper.TABLE_NAME, cv, whereClause, whereArgs);
/packages/apps/Email/src/com/android/email/provider/
H A DUtilities.java169 // One last update of message with two updated flags
177 context.getContentResolver().update(uri, cv, null, null);
192 content.update(context, content.toContentValues());
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasSearch.java85 searchMailbox.update(mContext, statusValues);
141 searchMailbox.update(mContext, statusValues);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DMemoryTracker.java76 update();
127 void update() { method in class:MemoryTracker
133 Log.e(TAG, "update: unknown process info received: " + dinfo);
143 // Log.v(TAG, "update: pid " + pid + " pss=" + info.currentPss + " uss=" + info.currentUss);
145 Log.v(TAG, "update: pid " + pid + " has pss=0, it probably died");
H A DWeightWatcher.java77 pw.update();
213 public void update() { method in class:WeightWatcher.ProcessWatcher
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DMultiFoldersSelectionDialog.java178 update((FolderRow) item);
183 * Call this to update the state of folders as a result of them being
188 private void update(FolderSelectorAdapter.FolderRow row) { method in class:MultiFoldersSelectionDialog
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForPhoneNumber.java60 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForPhoneNumber
64 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2TransactionTest.java86 * Make sure we start/finish transactions on the right databases for update.
101 assertTrue(mResolver.update(RawContacts.CONTENT_URI, values, null, null) > 0);
111 assertTrue(mResolver.update(Profile.CONTENT_RAW_CONTACTS_URI, values, null, null) > 0);
H A DCallLogProviderTest.java139 int count = mResolver.update(uri, values, null, null);
327 mResolver.update(insertedUri, values, null, null);
349 mResolver.update(Calls.CONTENT_URI_WITH_VOICEMAIL, getDefaultVoicemailValues(),
356 mResolver.update(Calls.CONTENT_URI_WITH_VOICEMAIL, getDefaultCallValues(), null, null);
361 mResolver.update(Calls.CONTENT_URI_WITH_VOICEMAIL, getDefaultCallValues(), null, null);
H A DLegacyContactsProviderTest.java87 mResolver.update(uri, values, null, null);
92 mResolver.update(People.CONTENT_URI, values, People._ID + "=" + personId, null);
378 mResolver.update(uri, values, null, null);
447 mResolver.update(uri, values, null, null);
585 mResolver.update(uri, values, null, null);
625 mResolver.update(uri, values, null, null);
652 mResolver.update(groupUri, values, null, null);
721 // FIXME this column was unavailable for update in legacy ContactsProvider
727 mResolver.update(photoUri, values, null, null);
736 mResolver.update(contentUr
[all...]
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
H A DGenericWaveRS.java207 public void update() { method in class:GenericWaveRS
216 update();
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java364 // Try to update the siminfo table. It might not be there.
837 db.update("carriers", s_currentNullMap, "current IS NOT NULL", null);
840 int updated = db.update("carriers", s_currentSetMap,
1007 public int update(Uri url, ContentValues values, String where, String[] whereArgs) method in class:TelephonyProvider
1035 count = db.update(CARRIERS_TABLE, values, where, whereArgs);
1055 count = db.update(CARRIERS_TABLE, values, where, whereArgs);
1063 "Cannot update URL " + url + " with a where clause");
1065 count = db.update(CARRIERS_TABLE, values, Telephony.Carriers._ID + "=?",
1099 count = db.update(SIMINFO_TABLE, values, where, whereArgs);
1105 throw new UnsupportedOperationException("Cannot update tha
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java331 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
390 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
440 mContext1.getContentResolver().update(contentUri, updateValues, null,
470 mContext1.getContentResolver().update(contentUri, updateValues,
H A DConstants.java280 context.getContentResolver().update(contentUri, updateValues, null, null);
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DDismissAlarmsService.java97 resolver.update(uri, values, selection, null);
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DDbTestUtils.java142 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:DbTestUtils.FakeContentProvider
/packages/apps/Camera/src/com/android/camera/ui/
H A DRenderOverlay.java108 public void update() { method in class:RenderOverlay
H A DZoomRenderer.java146 update();

Completed in 708 milliseconds

1234567891011>>