Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhotoInfoBuilder.java33 return fromNumberAttributes(coalescedRow.getNumberAttributes()) in fromCoalescedRow()
48 return fromNumberAttributes(voicemailEntry.getNumberAttributes()) in fromVoicemailEntry()
56 private static PhotoInfo.Builder fromNumberAttributes(NumberAttributes numberAttributes) { in fromNumberAttributes() method in PhotoInfoBuilder