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