OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPhotoThumbnailUri
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
NumberAttributesConverter.java
48
!TextUtils.isEmpty(phoneLookupInfoConsolidator.
getPhotoThumbnailUri
())
49
? phoneLookupInfoConsolidator.
getPhotoThumbnailUri
()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ContactListItemData.java
109
public Uri
getPhotoThumbnailUri
() {
110
return mRecipientEntry.
getPhotoThumbnailUri
() == null ? null :
111
mRecipientEntry.
getPhotoThumbnailUri
();
ParticipantData.java
182
pd.mProfilePhotoUri = (recipientEntry.
getPhotoThumbnailUri
() == null) ? null :
183
recipientEntry.
getPhotoThumbnailUri
().toString();
/packages/apps/Dialer/java/com/android/dialer/phonelookup/consolidator/
PhoneLookupInfoConsolidator.java
159
public String
getPhotoThumbnailUri
() {
162
return Assert.isNotNull(firstDefaultCp2Contact).
getPhotoThumbnailUri
();
164
return Assert.isNotNull(firstExtendedCp2Contact).
getPhotoThumbnailUri
();
/frameworks/opt/chips/src/com/android/ex/chips/
DefaultPhotoManager.java
65
final Uri photoThumbnailUri = entry.
getPhotoThumbnailUri
();
RecipientAlternatesAdapter.java
328
if ((entry1.
getPhotoThumbnailUri
() != null || entry1.getPhotoBytes() != null)
329
&& (entry2.
getPhotoThumbnailUri
() == null && entry2.getPhotoBytes() == null)) {
333
if ((entry2.
getPhotoThumbnailUri
() != null || entry2.getPhotoBytes() != null)
334
&& (entry1.
getPhotoThumbnailUri
() == null && entry1.getPhotoBytes() == null)) {
RecipientEntry.java
286
public Uri
getPhotoThumbnailUri
() {
DropdownChipLayouter.java
261
Uri thumbnailUri = entry.
getPhotoThumbnailUri
();
Completed in 139 milliseconds