Home
last modified time | relevance | path

Searched refs:updatedInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java232 final ContactInfo updatedInfo; in lookupNumber() local
236 updatedInfo = null; in lookupNumber()
243 updatedInfo = info; in lookupNumber()
246 return updatedInfo; in lookupNumber()
481 values.put(Calls.CACHED_NAME, updatedInfo.name); in updateCallLogContactInfo()
485 if (updatedInfo.type != callLogInfo.type) { in updateCallLogContactInfo()
501 if (!TextUtils.isEmpty(updatedInfo.normalizedNumber) in updateCallLogContactInfo()
512 if (updatedInfo.photoId != callLogInfo.photoId) { in updateCallLogContactInfo()
534 values.put(Calls.CACHED_NAME, updatedInfo.name); in updateCallLogContactInfo()
535 values.put(Calls.CACHED_NUMBER_TYPE, updatedInfo.type); in updateCallLogContactInfo()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/
H A DNotificationStation.java101 public void updateFrom(HistoricalNotificationInfo updatedInfo) { in updateFrom() argument
102 this.channel = updatedInfo.channel; in updateFrom()
103 this.icon = updatedInfo.icon; in updateFrom()
104 this.title = updatedInfo.title; in updateFrom()
105 this.text = updatedInfo.text; in updateFrom()
106 this.priority = updatedInfo.priority; in updateFrom()
107 this.timestamp = updatedInfo.timestamp; in updateFrom()
108 this.active = updatedInfo.active; in updateFrom()
109 this.alerted = updatedInfo.alerted; in updateFrom()
111 this.notificationExtra = updatedInfo.notificationExtra; in updateFrom()
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsInitialize.java144 final ShortcutInfo updatedInfo = new ShortcutInfo.Builder(context, info.getId()) in refreshExistingShortcuts() local
147 updates.add(updatedInfo); in refreshExistingShortcuts()