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

  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountDisplayInfoFactory.java 39 private final AccountTypeManager mAccountTypeManager;
55 mAccountTypeManager = accountTypeManager;
63 final AccountType type = mAccountTypeManager.getAccountTypeForAccount(account);
AccountsLoader.java 39 private final AccountTypeManager mAccountTypeManager;
48 mAccountTypeManager = AccountTypeManager.getInstance(context);
54 return mAccountTypeManager.filterAccountsAsync(mFilter);
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 52 private AccountTypeManager mAccountTypeManager;
186 if (mAccountTypeManager == null) {
187 mAccountTypeManager = AccountTypeManager.getInstance(context);
189 return mAccountTypeManager;
AccountTypeManager.java 79 private static AccountTypeManager mAccountTypeManager;
116 if (mAccountTypeManager == null) {
118 mAccountTypeManager = new AccountTypeManagerImpl(context);
121 return mAccountTypeManager;
133 mAccountTypeManager = mockManager;
  /packages/apps/Dialer/java/com/android/contacts/common/model/
RawContact.java 63 private AccountTypeManager mAccountTypeManager;
109 if (mAccountTypeManager == null) {
110 mAccountTypeManager = AccountTypeManager.getInstance(context);
112 return mAccountTypeManager;
AccountTypeManager.java 79 private static AccountTypeManager mAccountTypeManager;
87 if (mAccountTypeManager == null) {
89 mAccountTypeManager = new AccountTypeManagerImpl(context);
92 return mAccountTypeManager;
104 mAccountTypeManager = mockManager;
  /packages/apps/Contacts/src/com/android/contacts/editor/
PickRawContactDialogFragment.java 56 private final AccountTypeManager mAccountTypeManager;
63 mAccountTypeManager = AccountTypeManager.getInstance(context);
100 final AccountType account = mAccountTypeManager.getAccountType(rawContact.accountType,
RawContactEditorView.java 197 private AccountTypeManager mAccountTypeManager;
249 mAccountTypeManager = AccountTypeManager.getInstance(getContext());
495 rawContactDelta.getAccountType(mAccountTypeManager),
499 rawContactDelta.getAccountType(mAccountTypeManager),
539 return !mCurrentRawContactDelta.getAccountType(mAccountTypeManager).areContactsWritable();
552 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager);
590 final AccountType accountType = mCurrentRawContactDelta.getAccountType(mAccountTypeManager);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountFilterUtil.java 115 private AccountTypeManager mAccountTypeManager;
120 mAccountTypeManager = AccountTypeManager.getInstance(context);
127 return Futures.transform(mAccountTypeManager.filterAccountsAsync(
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 79 private AccountTypeManager mAccountTypeManager;
101 mAccountTypeManager = AccountTypeManager.getInstance(getActivity());
450 private AccountTypeManager mAccountTypeManager;
456 mAccountTypeManager = AccountTypeManager.getInstance(getContext());
463 mAccountTypeManager
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 145 private AccountTypeManager mAccountTypeManager;
230 mAccountTypeManager.getWritableGoogleAccounts());
354 mAccountTypeManager = AccountTypeManager.getInstance(this);
749 && mAccountTypeManager.hasNonLocalAccount())
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 137 private AccountTypeManager mAccountTypeManager;
141 mAccountTypeManager = AccountTypeManager.getInstance(context);
146 return Futures.transform(mAccountTypeManager.getAccountsAsync(),
    [all...]

Completed in 135 milliseconds