Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java221 private final InvitableAccountTypeCache mInvitableAccountTypeCache; field in AccountTypeManagerImpl
288 mInvitableAccountTypeCache = new InvitableAccountTypeCache(); in AccountTypeManagerImpl()
679 mInvitableAccountTypeCache.setCachedValue(findUsableInvitableAccountTypes(mContext)); in getUsableInvitableAccountTypes()
685 if (mInvitableAccountTypeCache.isExpired() in getUsableInvitableAccountTypes()
691 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()
809 mInvitableAccountTypeCache.setCachedValue(accountTypes); in onPostExecute()