Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java47 AccountType mFallbackAccountType = new BaseAccountType() { in getAccountType() local
53 mFallbackAccountType.accountType = "fallback"; in getAccountType()
60 return mFallbackAccountType; in getAccountType()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java200 private AccountType mFallbackAccountType; field in AccountTypeManagerImpl
286 mFallbackAccountType = new FallbackAccountType(context); in AccountTypeManagerImpl()
599 kind = mFallbackAccountType.getKindForMimetype(mimeType); in getKindOrFallback()
619 return type != null ? type : mFallbackAccountType; in getAccountType()