Searched refs:mFallbackAccountType (Results 1 – 3 of 3) sorted by relevance
49 AccountType mFallbackAccountType = new BaseAccountType() { in getAccountType() local55 mFallbackAccountType.accountType = "fallback"; in getAccountType()62 return mFallbackAccountType; in getAccountType()
345 private final AccountType mFallbackAccountType;381 mFallbackAccountType = new FallbackAccountType(context);588 type = mFallbackAccountType;673 kind = mFallbackAccountType.getKindForMimetype(mimeType);712 return type != null ? type : mFallbackAccountType;
243 private AccountType mFallbackAccountType; field in AccountTypeManagerImpl267 mFallbackAccountType = new FallbackAccountType(context); in AccountTypeManagerImpl()630 kind = mFallbackAccountType.getKindForMimetype(mimeType); in getKindOrFallback()648 return type != null ? type : mFallbackAccountType; in getAccountType()