Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java418 boolean updated = false; in refreshParticipant()
428 updated = (selfChange == SELF_PHONE_NUMBER_OR_SUBSCRIPTION_CHANGED); in refreshParticipant()
433 updated |= refreshFromContacts(db, participantData); in refreshParticipant()
434 return updated; in refreshParticipant()
506 boolean updated = false; in refreshFromContacts()
526 updated = true; in refreshFromContacts()
528 return updated; in refreshFromContacts()
588 updated = true; in refreshFromContacts()
591 return updated; in refreshFromContacts()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerModel.java643 Timer updated = timer.updateAfterReboot(); in doUpdateAfterRebootTimer() local
644 if (updated.getRemainingTime() < MISSED_THRESHOLD && updated.isRunning()) { in doUpdateAfterRebootTimer()
645 updated = updated.miss(); in doUpdateAfterRebootTimer()
647 doUpdateTimer(updated); in doUpdateAfterRebootTimer()
651 final Timer updated = timer.updateAfterTimeSet(); in doUpdateAfterTimeSetTimer() local
652 doUpdateTimer(updated); in doUpdateAfterTimeSetTimer()
DDataModel.java607 final Timer updated = timer.setRemainingTime(remainingTime); in setRemainingTime() local
608 mTimerModel.updateTimer(updated); in setRemainingTime()
610 mContext.startService(TimerService.createTimerExpiredIntent(mContext, updated)); in setRemainingTime()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DLocalSource.java110 long updated = cursor.getLong(updatedIndex); in findAlbums() local
111 data.updated = (data.updated == 0 ? in findAlbums()
112 updated : in findAlbums()
113 Math.min(data.updated, updated)); in findAlbums()
DPicasaSource.java383 long updated = 0; in findAlbums() local
404 updated = cursor.getLong(updatedIndex); in findAlbums()
411 data.updated = (long) Math.max(data.updated, updated); in findAlbums()
413 if (data.thumbnailUrl == null || data.updated == updated) { in findAlbums()
DAlbumDataAdapter.java153 if (a.updated == b.updated) { in compare()
156 return (int) Math.signum(b.updated - a.updated); in compare()
DPhotoSource.java79 public long updated; field in PhotoSource.AlbumData
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcher.java302 boolean updated = false; in onFetchEpg()
311 updated = true; in onFetchEpg()
315 final boolean epgUpdated = updated; in onFetchEpg()
380 boolean updated = false; in updateEpg()
457 updated = true; in updateEpg()
460 return updated; in updateEpg()
468 return updated; in updateEpg()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java396 boolean updated = false; in updateSecondaryVersionCounter()
437 updated = true; in updateSecondaryVersionCounter()
439 updated = true; in updateSecondaryVersionCounter()
441 updated = true; in updateSecondaryVersionCounter()
444 updated = true; in updateSecondaryVersionCounter()
447 if (updated) { in updateSecondaryVersionCounter()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java598 boolean updated = false; in updateCallInMap()
613 updated = true; in updateCallInMap()
618 updated = true; in updateCallInMap()
622 updated = true; in updateCallInMap()
625 return updated; in updateCallInMap()
/packages/apps/TV/tests/unit/src/com/android/tv/data/
DChannelDataManagerTest.java434 boolean updated = false; in update()
440 updated = true; in update()
444 updated = true; in update()
447 updateCount += updated ? 1 : 0; in update()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAbstractContactsProvider.java245 int updated = updateInTransaction(uri, values, selection, selectionArgs); in update() local
246 if (updated > 0) { in update()
250 return updated; in update()
DContactDirectoryManager.java119 public void setDirectoriesForceUpdated(boolean updated) { in setDirectoriesForceUpdated() argument
120 mDirectoriesForceUpdated = updated; in setDirectoriesForceUpdated()
DLegacyApiSupport.java1176 int updated = mContactsProvider.updateInTransaction(Data.CONTENT_URI, mValues, in updateLegacyPhotoData() local
1180 if (updated == 0) { in updateLegacyPhotoData()
/packages/inputmethods/LatinIME/tools/make-keyboard-text/res/src/com/android/inputmethod/keyboard/internal/
DKeyboardTextsTable.tmpl29 * This file must be updated when any text resources in keyboard layout files have been changed.
39 * The updated source file will be generated to the following path (this file).
/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java201 boolean updated = in queryContactInfo()
216 return updated; in queryContactInfo()
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DRecurrencePickerDialog.java232 boolean updated = false; in afterTextChanged()
242 updated = true; in afterTextChanged()
244 updated = true; in afterTextChanged()
249 if (updated) { in afterTextChanged()
/packages/apps/Email/tests/src/com/android/email/
DSecurityPolicyTests.java243 Policy updated = setupPolicy(10, Policy.PASSWORD_MODE_SIMPLE, 0, 0, false, 0, 0, 0, in testSettingAccountPolicy() local
245 SecurityPolicy.setAccountPolicy(mMockContext, account, updated, null); in testSettingAccountPolicy()
/packages/apps/Messaging/build/
DREADME3 …te java from google3. The config file is baked into the jar, but can be updated with a little hac…
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java1805 boolean updated = false; in addMediaPlayerInfo()
1820 updated = true; in addMediaPlayerInfo()
1832 Log.d(TAG, (updated ? "update #" : "add #") + updateId + ":" + info.toString()); in addMediaPlayerInfo()
1837 return updated; in addMediaPlayerInfo()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3800 public void bindShortcutsChanged(final ArrayList<ShortcutInfo> updated, in bindShortcutsChanged() argument
3804 bindShortcutsChanged(updated, removed, user); in bindShortcutsChanged()
3811 if (!updated.isEmpty()) { in bindShortcutsChanged()
3812 mWorkspace.updateShortcuts(updated); in bindShortcutsChanged()
DLauncherModel.java197 public void bindShortcutsChanged(ArrayList<ShortcutInfo> updated, in bindShortcutsChanged() argument
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DApnEditorActivity.java395 int updated = mDatabase.update(ApnDatabase.APN_TABLE, values, in validateAndSave() local
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto142 // Voicemail status has updated in the voicemail tab and the change PIN
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java1997 int updated = db.update(CARRIERS_TABLE, s_currentSetMap, in insert() local
2000 if (updated > 0) in insert()

12