/packages/apps/Browser/tests/src/com/android/browser/tests/utils/ |
D | BP2TestCaseHelper.java | 173 boolean updated = modifyCount == 1; in updateBookmark() 174 if (updated) { in updateBookmark() 175 assertObserversTriggered(updated, mBookmarksObserver, mWidgetObserver); in updateBookmark() 180 return updated; in updateBookmark() 205 boolean updated = modifyCount == 1; in updateHistory() 206 if (updated) { in updateHistory() 207 assertObserversTriggered(updated, mHistoryObserver); in updateHistory() 212 return updated; in updateHistory()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | LocalSource.java | 100 long updated = cursor.getLong(updatedIndex); in findAlbums() local 101 data.updated = (data.updated == 0 ? in findAlbums() 102 updated : in findAlbums() 103 Math.min(data.updated, updated)); in findAlbums()
|
D | AlbumDataAdapter.java | 136 if (a.updated == b.updated) { in compare() 139 return (int) Math.signum(b.updated - a.updated); in compare()
|
D | PicasaSource.java | 335 long updated = 0; in findAlbums() local 358 updated = cursor.getLong(updatedIndex); in findAlbums() 365 data.updated = (long) Math.max(data.updated, updated); in findAlbums() 367 if (data.thumbnailUrl == null || data.updated == updated) { in findAlbums()
|
D | PhotoSource.java | 65 public long updated; field in PhotoSource.AlbumData
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | AbstractContactsProvider.java | 166 int updated = updateInTransaction(uri, values, selection, selectionArgs); in update() local 167 if (updated > 0) { in update() 171 return updated; in update()
|
D | LegacyApiSupport.java | 1241 int updated = mContactsProvider.updateInTransaction(Data.CONTENT_URI, mValues, in updateLegacyPhotoData() local 1245 if (updated == 0) { in updateLegacyPhotoData()
|
D | ContactsProvider2.java | 4335 boolean updated = in updateData() 4341 return updated ? 1 : 0; in updateData()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | SearchActivity.java | 191 public void onUpdate(Contact updated) { 192 TextView tv = mContactMap.get(updated); 194 tv.setText(updated.getNameAndNumber());
|
D | ConversationListItem.java | 165 public void onUpdate(Contact updated) { in onUpdate() argument 167 Log.v(TAG, "onUpdate: " + this + " contact: " + updated); in onUpdate()
|
D | ComposeMessageActivity.java | 4303 public void onUpdate(final Contact updated) { in onUpdate() argument 4311 log("[CMA] onUpdate contact updated: " + updated); in onUpdate()
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | ShortcutRepositoryTest.java | 491 final SuggestionData updated = new SuggestionData(APP_SOURCE) in testRefreshShortcut() local 497 refreshShortcut(APP_SOURCE, "app1_id", updated); in testRefreshShortcut() 500 "app", updated); in testRefreshShortcut() 514 final SuggestionData updated = new SuggestionData(APP_SOURCE) in testRefreshShortcutChangedIntent() local 521 refreshShortcut(APP_SOURCE, "app1_id", updated); in testRefreshShortcutChangedIntent() 524 "app", updated); in testRefreshShortcutChangedIntent()
|
/packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/ |
D | KeyboardTextsSet.tmpl | 33 * This file must be updated when any text resources in keyboard layout files have been changed. 43 * The updated source file will be generated to the following path (this file).
|
/packages/apps/Mms/src/com/android/mms/widget/ |
D | MmsWidgetService.java | 348 public void onUpdate(Contact updated) { in onUpdate() argument 350 Log.v(TAG, "onUpdate from Contact: " + updated); in onUpdate()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 573 int updated = db.update("carriers", s_currentSetMap, in insert() local 576 if (updated > 0) in insert()
|
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
D | CallLogAdapter.java | 370 boolean updated = (existingInfo != ContactInfo.EMPTY) && !info.equals(existingInfo); in queryContactInfo() 378 return updated; in queryContactInfo()
|
/packages/apps/Mms/src/com/android/mms/data/ |
D | Contact.java | 97 public void onUpdate(Contact updated); in onUpdate() argument
|