Home | History | Annotate | Download | only in calllog

Lines Matching refs:formattedNumber

114                 updatedInfo.formattedNumber = formatPhoneNumber(number, null, countryIso);
117 updatedInfo.lookupUri = createTemporaryContactUri(updatedInfo.formattedNumber);
159 * The {@link ContactInfo#formattedNumber} field is always set to {@code null} in the returned
189 info.formattedNumber = null;
254 info.formattedNumber = formatPhoneNumber(number, null, countryIso);
354 if (!TextUtils.equals(updatedInfo.formattedNumber, callLogInfo.formattedNumber)) {
355 values.put(Calls.CACHED_FORMATTED_NUMBER, updatedInfo.formattedNumber);
369 values.put(Calls.CACHED_FORMATTED_NUMBER, updatedInfo.formattedNumber);
432 info.formattedNumber = c.getString(CallLogQuery.CACHED_FORMATTED_NUMBER);