Searched defs:updated (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationListItem.java164 public void onUpdate(Contact updated) { argument
166 Log.v(TAG, "onUpdate: " + this + " contact: " + updated);
H A DComposeMessageActivity.java337 // Whether or not we are currently enabled for SMS. This field is updated in onStart to make
4270 public void onUpdate(final Contact updated) { argument
4278 log("[CMA] onUpdate contact updated: " + updated);
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java347 public void onUpdate(Contact updated) { argument
349 Log.v(TAG, "onUpdate from Contact: " + updated);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoSource.java79 public long updated; field in class:PhotoSource.AlbumData
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java97 public void onUpdate(Contact updated); argument
186 // updated with the latest info. They redraw themselves when we call the

Completed in 173 milliseconds