Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java209 private final InvitableAccountTypeCache mInvitableAccountTypeCache; field in AccountTypeManagerImpl
306 mInvitableAccountTypeCache = new InvitableAccountTypeCache(); in AccountTypeManagerImpl()
650 mInvitableAccountTypeCache.setCachedValue(findUsableInvitableAccountTypes(mContext)); in getUsableInvitableAccountTypes()
656 if (mInvitableAccountTypeCache.isExpired() && in getUsableInvitableAccountTypes()
662 return mInvitableAccountTypeCache.getCachedValue(); in getUsableInvitableAccountTypes()
770 mInvitableAccountTypeCache.setCachedValue(accountTypes); in onPostExecute()