Searched refs:mFallbackAccountType (Results 1 – 2 of 2) sorted by relevance
47 AccountType mFallbackAccountType = new BaseAccountType() { in getAccountType() local53 mFallbackAccountType.accountType = "fallback"; in getAccountType()60 return mFallbackAccountType; in getAccountType()
200 private AccountType mFallbackAccountType; field in AccountTypeManagerImpl286 mFallbackAccountType = new FallbackAccountType(context); in AccountTypeManagerImpl()599 kind = mFallbackAccountType.getKindForMimetype(mimeType); in getKindOrFallback()619 return type != null ? type : mFallbackAccountType; in getAccountType()