HomeSort by relevance Sort by last modified time
    Searched refs:FallbackAccountType (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
FallbackAccountType.java 26 public class FallbackAccountType extends BaseAccountType {
27 private static final String TAG = "FallbackAccountType";
29 private FallbackAccountType(Context context, String resPackageName) {
60 public FallbackAccountType(Context context) {
71 return new FallbackAccountType(context, resPackageName);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/
ExternalAccountTypeTest.java 121 * {@link com.android.contacts.common.model.account.FallbackAccountType}.
133 final AccountType reference = FallbackAccountType.createWithPackageNameForTest(
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 53 import com.android.contacts.common.model.account.FallbackAccountType;
152 * If no direct match found, we try searching {@link FallbackAccountType}.
292 mFallbackAccountType = new FallbackAccountType(context);
598 * If no direct match found, we try searching {@link FallbackAccountType}.
    [all...]

Completed in 584 milliseconds