Searched refs:update (Results 26 - 50 of 233) sorted by relevance

12345678910

/packages/apps/Calculator/src/com/android/calculator2/
H A DLogic.java192 mHistory.update(text);
202 mHistory.update(text);
215 mHistory.update(MARKER_EVALUATE_ON_RESUME);
217 mHistory.update(getText());
H A DHistory.java74 void update(String text) { method in class:History
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestSyncAdapter.java58 final int count = cr.update(RawContacts.CONTENT_URI, values,
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DFileContentProvider.java87 public int update(Uri uri, ContentValues values, String selection, method in class:FileContentProvider
/packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
H A DSlowSuggestionProvider.java80 public int update(Uri uri, ContentValues values, String selection, method in class:SlowSuggestionProvider
/packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
H A DSpammySuggestionProvider.java74 public int update(Uri uri, ContentValues values, String selection, method in class:SpammySuggestionProvider
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/tests/
H A DCrashingIconProvider.java73 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:CrashingIconProvider
74 if (DBG) Log.d(TAG, "update(" + uri + ")");
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailTable.java42 public int update(UriData uriData, ContentValues values, String selection, method in interface:VoicemailTable.Delegate
H A DDataRowHandler.java36 * Handles inserts and update for a specific Data type.
146 * @return true if update changed something
148 public boolean update(SQLiteDatabase db, TransactionContext txContext, method in class:DataRowHandler
157 db.update(Tables.DATA, values, Data._ID + " =?", mSelectionArgs1);
321 ContentValues update) {
332 if (!changing && update.containsKey(key)) {
333 Object newValue = update.get(key);
347 values.putAll(update);
320 getAugmentedValues(SQLiteDatabase db, long dataId, ContentValues update) argument
H A DDataRowHandlerForOrganization.java53 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForOrganization
55 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
H A DDataRowHandlerForPhoto.java41 * insert/update. This is used when the photo has been written directly to an
74 public boolean update(SQLiteDatabase db, TransactionContext txContext, ContentValues values, method in class:DataRowHandlerForPhoto
87 // Do the actual update.
88 if (!super.update(db, txContext, values, c, callerIsSyncAdapter)) {
97 * Pre-processes the given content values for update or insert. If the photo column contains
113 // We should set the photo and photo file ID fields to null for the update.
160 Log.e(TAG, "Could not process photo for insert or update", ioe);
H A DVoicemailStatusTable.java101 public int update(UriData uriData, ContentValues values, String selection, method in class:VoicemailStatusTable
105 return getDatabaseModifier(db).update(mTableName, values, combinedClause,
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
H A DVisualization2RS.java50 public void update() { method in class:Visualization2RS
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java195 preference.update(profile);
305 preference.update(-1);
312 preference.update(info.state);
471 update();
478 void update(VpnProfile profile) { method in class:VpnSettings.VpnPreference
480 update();
483 void update(int state) { method in class:VpnSettings.VpnPreference
485 update();
488 void update() { method in class:VpnSettings.VpnPreference
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DVoicemailProviderTest.java115 int count = mResolver.update(uri, values, null, null);
158 mResolver.update(Voicemails.CONTENT_URI, getTestVoicemailValues(), null, null);
205 // Now give away full permission and check that we can update and delete only
208 mResolver.update(withSourcePackageParam(ownVoicemail),
212 // However, attempting to update or delete another-package's voicemail should fail.
216 mResolver.update(anotherVoicemail, null, null, null);
303 mResolver.update(uri, getTestVoicemailValues(), null, null);
346 mResolver.update(voicemailUri(), getTestVoicemailValues(), null, null);
404 mResolver.update(insertedUri, values, null, null);
443 int count = mResolver.update(ur
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSlidingWindow.java48 int slot, DisplayItem old, DisplayItem update);
242 AlbumDisplayItem update = new AlbumDisplayItem(slotIndex, item);
243 data[index] = update;
246 mListener.onWindowContentChanged(slotIndex, original, update);
257 update.requestImage();
259 if (mActiveRequestCount == 0) update.requestImage();
47 onWindowContentChanged( int slot, DisplayItem old, DisplayItem update) argument
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmProvider.java99 public int update(Uri url, ContentValues values, String where, String[] whereArgs) { method in class:AlarmProvider
108 count = db.update("alarms", values, "_id=" + rowId, null);
113 "Cannot update URL: " + url);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSearchableCorpora.java110 public void update() { method in class:SearchableCorpora
111 mSources.update();
/packages/apps/Browser/src/com/android/browser/homepages/
H A DHomeProvider.java67 public int update(Uri uri, ContentValues values, String selection, method in class:HomeProvider
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DUtil.java61 algorithm.update(bytes);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DProviderStatusLoader.java120 * Sends a provider status update, which will trigger a retry of database upgrade
125 mContext.getContentResolver().update(ProviderStatus.CONTENT_URI, values, null, null);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockCorpora.java110 public void update() { method in class:MockCorpora
H A DSearchableCorporaTest.java63 mCorpora.update();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java148 this.getContentResolver().update(mUri, mUpdateValues, null, null);
159 this.getContentResolver().update(mUri, mUpdateValues, null, null);
170 this.getContentResolver().update(mUri, mUpdateValues, null, null);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java110 private void update() { method in class:TimeBar
146 update();
203 update();

Completed in 545 milliseconds

12345678910