Searched refs:updatedInfo (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfoHelper.java248 final ContactInfo updatedInfo;
252 updatedInfo = null;
257 updatedInfo = createEmptyContactInfoForNumber(number, countryIso);
259 updatedInfo = info;
262 return updatedInfo;
486 * @param updatedInfo The updated contact info.
490 String number, String countryIso, ContactInfo updatedInfo, ContactInfo callLogInfo) {
499 if (!TextUtils.equals(updatedInfo.name, callLogInfo.name)) {
500 values.put(Calls.CACHED_NAME, updatedInfo.name);
504 if (updatedInfo
489 updateCallLogContactInfo( String number, String countryIso, ContactInfo updatedInfo, ContactInfo callLogInfo) argument
595 updateCachedNumberLookupService(ContactInfo updatedInfo) argument
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DSettingsInitialize.java131 final ShortcutInfo updatedInfo = new ShortcutInfo.Builder(context, info.getId())
134 updates.add(updatedInfo);

Completed in 55 milliseconds