/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | SelectAccountDialogFragment.java | 30 import com.android.contacts.model.AccountTypeManager; 53 private AccountTypeManager.AccountFilter mFilter; 65 AccountTypeManager.AccountFilter filter, Bundle extraArgs) { in show() 70 AccountTypeManager.AccountFilter filter, Bundle extraArgs, String tag) { in show() 85 mFilter = (AccountTypeManager.AccountFilter) args.getSerializable(KEY_LIST_FILTER); in onCreate() 87 mFilter = AccountTypeManager.AccountFilter.ALL; in onCreate()
|
D | RawContactEditorView.java | 56 import com.android.contacts.model.AccountTypeManager; 197 private AccountTypeManager mAccountTypeManager; 249 mAccountTypeManager = AccountTypeManager.getInstance(getContext()); in onFinishInflate() 579 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in applyIntentExtras() 645 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addReadOnlyRawContactEditorViews() 759 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in setAccountInfo()
|
D | RawContactDeltaComparator.java | 22 import com.android.contacts.model.AccountTypeManager; 47 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare()
|
D | PickRawContactDialogFragment.java | 27 import com.android.contacts.model.AccountTypeManager; 56 private final AccountTypeManager mAccountTypeManager; 63 mAccountTypeManager = AccountTypeManager.getInstance(context); in RawContactAccountListAdapter() 117 AccountTypeManager.getInstance(getContext()).getAccountInfoForAccount( in getView()
|
D | ContactEditorFragment.java | 74 import com.android.contacts.model.AccountTypeManager; 592 AccountsLoader.loadAccounts(this, LOADER_ACCOUNTS, AccountTypeManager.writableFilter()); in onActivityCreated() 965 .getAccountType(AccountTypeManager.getInstance(mContext)) in isEditingReadOnlyRawContact() 974 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingRawContactChanges() 1084 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() 1382 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact()
|
D | PickRawContactLoader.java | 16 import com.android.contacts.model.AccountTypeManager; 220 public void trimReadOnly(AccountTypeManager accountManager) { in trimReadOnly() 234 public int getIndexOfFirstWritableAccount(AccountTypeManager accountManager) { in getIndexOfFirstWritableAccount()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountFilterUtil.java | 41 import com.android.contacts.model.AccountTypeManager; 115 private AccountTypeManager mAccountTypeManager; 119 super(context, new IntentFilter(AccountTypeManager.BROADCAST_ACCOUNTS_CHANGED)); in FilterLoader() 120 mAccountTypeManager = AccountTypeManager.getInstance(context); in FilterLoader() 128 AccountTypeManager.writableFilter()), in loadData() 233 final AccountInfo info = AccountTypeManager.getInstance(context)
|
D | AccountSelectionUtil.java | 36 import com.android.contacts.model.AccountTypeManager; 94 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(activity); in getSelectAccountDialog()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | AccountTypeManager.java | 75 public abstract class AccountTypeManager { class 79 private static AccountTypeManager mAccountTypeManager; 81 public static final String BROADCAST_ACCOUNTS_CHANGED = AccountTypeManager.class.getName() + 109 public static AccountTypeManager getInstance(Context context) { in getInstance() 131 public static void setInstanceForTest(AccountTypeManager mockManager) { in setInstanceForTest() 137 private static final AccountTypeManager EMPTY = new AccountTypeManager() { 334 class AccountTypeManagerImpl extends AccountTypeManager
|
D | RawContact.java | 52 private AccountTypeManager mAccountTypeManager; 185 public AccountTypeManager getAccountTypeManager(Context context) { in getAccountTypeManager() 187 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
D | AccountsLoader.java | 26 import com.android.contacts.model.AccountTypeManager; 39 private final AccountTypeManager mAccountTypeManager; 47 super(context, new IntentFilter(AccountTypeManager.BROADCAST_ACCOUNTS_CHANGED)); in AccountsLoader() 48 mAccountTypeManager = AccountTypeManager.getInstance(context); in AccountsLoader()
|
D | AccountDisplayInfoFactory.java | 21 import com.android.contacts.model.AccountTypeManager; 39 private final AccountTypeManager mAccountTypeManager; 47 this(context, AccountTypeManager.getInstance(context), in AccountDisplayInfoFactory() 51 public AccountDisplayInfoFactory(Context context, AccountTypeManager accountTypeManager, in AccountDisplayInfoFactory()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | SimImportFragment.java | 47 import com.android.contacts.model.AccountTypeManager; 79 private AccountTypeManager mAccountTypeManager; 101 mAccountTypeManager = AccountTypeManager.getInstance(getActivity()); in onCreate() 450 private AccountTypeManager mAccountTypeManager; 454 super(context, new IntentFilter(AccountTypeManager.BROADCAST_ACCOUNTS_CHANGED)); in SimContactLoader() 456 mAccountTypeManager = AccountTypeManager.getInstance(getContext()); in SimContactLoader() 464 .filterAccountsAsync(AccountTypeManager.writableFilter()), in loadData()
|
D | SplitAggregateView.java | 38 import com.android.contacts.model.AccountTypeManager; 75 private AccountTypeManager mAccountTypes; 92 mAccountTypes = AccountTypeManager.getInstance(context); in SplitAggregateView()
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactListFilterController.java | 21 import com.android.contacts.common.model.AccountTypeManager; 165 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mAppContext); in filterAccountExists()
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | SelectAccountActivity.java | 26 import com.android.contacts.model.AccountTypeManager; 60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate()
|
D | NfcImportVCardActivity.java | 40 import com.android.contacts.model.AccountTypeManager; 196 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListFilterController.java | 23 import com.android.contacts.model.AccountTypeManager; 194 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(mContext); in filterAccountExists()
|
D | AccountFilterActivity.java | 33 import com.android.contacts.model.AccountTypeManager; 140 private final AccountTypeManager mAccountTypes; 149 mAccountTypes = AccountTypeManager.getInstance(context); in FilterListAdapter()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | InvisibleContactUtil.java | 10 import com.android.contacts.model.AccountTypeManager; 96 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in markAddToDefaultGroup()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupMetaData.java | 28 import com.android.contacts.model.AccountTypeManager; 62 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in GroupMetaData()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | ImportDialogFragment.java | 45 import com.android.contacts.model.AccountTypeManager; 115 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume() 116 AccountTypeManager.writableFilter()); in onResume() 280 AccountTypeManager.AccountFilter.CONTACTS_WRITABLE, args); in handleImportRequest()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 74 public abstract class AccountTypeManager { class 79 private static AccountTypeManager mAccountTypeManager; 85 public static AccountTypeManager getInstance(Context context) { in getInstance() 102 public static void setInstanceForTest(AccountTypeManager mockManager) { in setInstanceForTest() 174 class AccountTypeManagerImpl extends AccountTypeManager
|
D | RawContact.java | 63 private AccountTypeManager mAccountTypeManager; 108 public AccountTypeManager getAccountTypeManager(Context context) { in getAccountTypeManager() 110 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ContactEditorSpringBoardActivity.java | 27 import com.android.contacts.model.AccountTypeManager; 155 mResult.trimReadOnly(AccountTypeManager.getInstance(this)); in maybeTrimReadOnly() 210 AccountTypeManager.getInstance(this)); in setHasWritableAccount()
|