Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java221 private final InvitableAccountTypeCache mInvitableAccountTypeCache;
288 mInvitableAccountTypeCache = new InvitableAccountTypeCache(); in AccountTypeManagerImpl()
760 private static final class InvitableAccountTypeCache { class in AccountTypeManagerImpl