Searched defs:getLookupUri (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactTileView.java155 public Uri getLookupUri() { method in class:ContactTileView
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java279 public Uri getLookupUri() { method in class:ContactLoader.Result
1142 mLookupUri = result.getLookupUri();
1265 public Uri getLookupUri() { method in class:ContactLoader
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java869 mLookupUri = Contacts.getLookupUri(contactId, lookupKey);
882 public Uri getLookupUri() { method in class:GroupEditorFragment.Member
898 return otherMember != null && Objects.equal(mLookupUri, otherMember.getLookupUri());
957 badge.assignContactUri(member.getLookupUri());

Completed in 63 milliseconds