OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccountTypeManager
(Results
1 - 5
of
5
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContact.java
52
private AccountTypeManager
mAccountTypeManager
;
186
if (
mAccountTypeManager
== null) {
187
mAccountTypeManager
= AccountTypeManager.getInstance(context);
189
return
mAccountTypeManager
;
AccountTypeManager.java
80
private static AccountTypeManager
mAccountTypeManager
;
88
if (
mAccountTypeManager
== null) {
90
mAccountTypeManager
= new AccountTypeManagerImpl(context);
93
return
mAccountTypeManager
;
106
mAccountTypeManager
= mockManager;
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java
43
private final AccountTypeManager
mAccountTypeManager
;
53
mAccountTypeManager
= AccountTypeManager.getInstance(mContext);
198
AccountType accountType =
mAccountTypeManager
.getAccountType(
GroupDetailFragment.java
112
private AccountTypeManager
mAccountTypeManager
;
134
mAccountTypeManager
= AccountTypeManager.getInstance(mContext);
332
AccountType accountType =
mAccountTypeManager
.getAccountType(mAccountTypeString,
/packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java
119
private AccountTypeManager
mAccountTypeManager
;
255
mAccountTypeManager
= AccountTypeManager.getInstance(this);
767
final PersistTask task = new PersistTask(this,
mAccountTypeManager
);
[
all
...]
Completed in 230 milliseconds