Searched refs:update (Results 1 - 25 of 184) sorted by relevance

12345678

/packages/apps/Mms/src/com/android/mms/transaction/
H A DObserver.java30 void update(Observable observable); method in interface:Observer
H A DObservable.java72 mIterator.next().update(this);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarReceiver.java40 cr.update(CalendarProvider2.SCHEDULE_ALARM_URI, null /* values */, null /* where */,
49 cr.update(CalendarProvider2.SCHEDULE_ALARM_REMOVE_URI,
H A DCalendarDatabaseHelper.java60 // Note: if you update the version number, you must also update the code
864 boolean update = false;
866 update = true;
871 update |= fixAllDayTime(time, timezone, dtstart);
875 update |= fixAllDayTime(time, timezone, dtend);
880 update |= fixAllDayTime(time, timezone2, dtstart2);
886 update |= fixAllDayTime(time, timezone2, dtend2);
891 update = true;
894 if (update) {
[all...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSources.java40 void update(); method in interface:Sources
H A DCorpora.java72 void update(); method in interface:Corpora
H A DSearchableCorpora.java97 public void update() { method in class:SearchableCorpora
98 mSources.update();
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockSources.java47 public void update() { method in class:MockSources
H A DSearchableCorporaTest.java41 mCorpora.update();
H A DMockCorpora.java105 public void update() { method in class:MockCorpora
/packages/apps/Calendar/src/com/android/calendar/
H A DDismissAllAlarmsService.java55 resolver.update(uri, values, selection, null);
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProvider.java43 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { method in class:Provider
/packages/apps/Calculator/src/com/android/calculator2/
H A DLogic.java142 mHistory.update(text);
152 mHistory.update(text);
160 mHistory.update(getText());
H A DHistory.java74 void update(String text) { method in class:History
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastDatabaseService.java26 * Service to update the SQLite database to add a new broadcast message,
133 rowCount = mBroadcastDb.update(CellBroadcastDatabase.TABLE_NAME, cv,
137 rowCount = mBroadcastDb.update(CellBroadcastDatabase.TABLE_NAME, cv,
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DGroupsTest.java165 mResolver.update(updateUri, values, null, null);
178 assertEquals(1, mResolver.update(uri, values, null, null));
216 mResolver.update(uri, values, null, null);
312 mResolver.update(AggregationExceptions.CONTENT_URI, values, null, null);
331 mResolver.update(Settings.CONTENT_URI, values, Settings.ACCOUNT_NAME + "=? AND "
353 mResolver.update(Groups.CONTENT_URI, values, Groups._ID + "=" + groupId, null);
363 mResolver.update(AggregationExceptions.CONTENT_URI, values, null, null);
371 mResolver.update(Groups.CONTENT_URI, values, Groups._ID + "=" + groupId, null);
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DLayer.java73 public boolean update(RenderView view, float frameInterval) { method in class:Layer
H A DBackgroundLayer.java54 public boolean update(RenderView view, float frameInterval) { method in class:BackgroundLayer
63 final boolean retVal = background.update(frameInterval);
H A DDisplayList.java71 public void update(float timeElapsed) { method in class:DisplayList
77 item.update(timeElapsed);
/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/wallpapers/MusicVisualization/src/com/android/musicvis/vis2/
H A DVisualization2RS.java50 public void update() { method in class:Visualization2RS
/packages/apps/Email/src/com/android/email/
H A DSecurityPolicy.java292 account.update(mContext, cv);
311 resolver.update(uri, cv, null, null);
530 * @param update if true, also writes the account back to the provider (updating only
536 public boolean writeAccount(Account account, String syncKey, boolean update, argument
542 if (update) {
547 account.update(context, cv);
621 mContext.getContentResolver().update(Account.CONTENT_URI, cv, null, null);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DUtil.java63 algorithm.update(bytes);

Completed in 2228 milliseconds

12345678