/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 | 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 | RawContactEditorView.java | 57 import com.android.contacts.model.AccountTypeManager; 199 private AccountTypeManager mAccountTypeManager; 253 mAccountTypeManager = AccountTypeManager.getInstance(getContext()); in onFinishInflate() 591 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in applyIntentExtras() 657 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addReadOnlyRawContactEditorViews() 771 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(getContext()); in setAccountInfo()
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
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()
|
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()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountFilterUtil.java | 38 import com.android.contacts.model.AccountTypeManager; 105 private AccountTypeManager mAccountTypeManager; 109 super(context, new IntentFilter(AccountTypeManager.BROADCAST_ACCOUNTS_CHANGED)); in FilterLoader() 110 mAccountTypeManager = AccountTypeManager.getInstance(context); in FilterLoader() 118 AccountTypeManager.drawerDisplayableFilter()), in loadData() 228 final AccountInfo info = AccountTypeManager.getInstance(context)
|
D | SyncUtil.java | 25 import com.android.contacts.model.AccountTypeManager; 75 public static final boolean hasSyncableAccount(AccountTypeManager accountTypeManager) { in hasSyncableAccount()
|
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/vcard/ |
D | SelectAccountActivity.java | 26 import com.android.contacts.model.AccountTypeManager; 62 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/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/ |
D | SimImportFragment.java | 46 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/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/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() + 116 public static AccountTypeManager getInstance(Context context) { in getInstance() 138 public static void setInstanceForTest(AccountTypeManager mockManager) { in setInstanceForTest() 144 private static final AccountTypeManager EMPTY = new AccountTypeManager() { 345 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/group/ |
D | GroupMetaData.java | 28 import com.android.contacts.model.AccountTypeManager; 62 final AccountTypeManager accountTypeManager = AccountTypeManager.getInstance(context); in GroupMetaData()
|
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
D | MockAccountTypeManager.java | 20 import com.android.contacts.model.AccountTypeManager; 36 public class MockAccountTypeManager extends AccountTypeManager {
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | ImportDialogFragment.java | 46 import com.android.contacts.model.AccountTypeManager; 119 mAccountsFuture = AccountTypeManager.getInstance(getActivity()).filterAccountsAsync( in onResume() 120 AccountTypeManager.writableFilter()); in onResume() 289 AccountTypeManager.AccountFilter.CONTACTS_WRITABLE, args); in handleImportRequest()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | RequestPermissionsActivityBase.java | 27 import com.android.contacts.model.AccountTypeManager; 105 AccountTypeManager.getInstance(activity); in startPermissionActivity()
|
D | ContactEditorSpringBoardActivity.java | 27 import com.android.contacts.model.AccountTypeManager; 155 mResult.trimReadOnly(AccountTypeManager.getInstance(this)); in maybeTrimReadOnly() 210 AccountTypeManager.getInstance(this)); in setHasWritableAccount()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | RawContact.java | 63 private AccountTypeManager mAccountTypeManager; 108 public AccountTypeManager getAccountTypeManager(Context context) { in getAccountTypeManager() 110 mAccountTypeManager = AccountTypeManager.getInstance(context); in getAccountTypeManager()
|