Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountDisplayInfoFactory.java73 public AccountDisplayInfo getAccountDisplayInfoFor(ContactListFilter filter) { in getAccountDisplayInfoFor() method in AccountDisplayInfoFactory
77 public AccountDisplayInfo getAccountDisplayInfoFor(RawContactDelta delta) { in getAccountDisplayInfoFor() method in AccountDisplayInfoFactory
/aosp12/packages/apps/Contacts/src/com/android/contacts/drawer/
H A DDrawerAdapter.java275 mAccountDisplayFactory.getAccountDisplayInfoFor(item.account); in getAccountItemView()