Searched defs:getAccountType (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accounts/
H A DProviderPreference.java45 public String getAccountType() { method in class:ProviderPreference
51 getContext(), getAccountType(), userId);
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
H A DMockAccountTypeManager.java45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionData.java46 public AccountType getAccountType() { method in class:KindSectionData
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java46 public String getAccountType() { method in class:GroupListItem
H A DGroupEditorFragment.java357 private AccountType getAccountType() { method in class:GroupEditorFragment
358 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet);
369 return getAccountType().isGroupMembershipEditable();
376 final AccountType accountType = getAccountType();
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DGroupMetaData.java46 public String getAccountType() { method in class:GroupMetaData
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java56 public String getAccountType() { method in class:AccountWithDataSet
73 && Objects.equal(mAccountType, other.getAccountType())
102 && Objects.equal(systemAccount.type, getAccountType())) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java260 public AccountType getAccountType(Context context) { method in class:RawContact
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
H A DAccountTypeManager.java123 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); method in class:AccountTypeManager
125 public final AccountType getAccountType(String accountType, String dataSet) { method in class:AccountTypeManager
126 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
131 return getAccountType(account.getAccountTypeWithDataSet());
133 return getAccountType(null, null);
615 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:AccountTypeManagerImpl
H A DRawContactDelta.java218 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet);
229 public String getAccountType() { method in class:RawContactDelta
237 public AccountType getAccountType(AccountTypeManager manager) { method in class:RawContactDelta
238 return manager.getAccountType(getAccountType(), getDataSet());
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java93 protected AccountType getAccountType() { method in class:RawContactDeltaListTests
588 final AccountType source = getAccountType();
H A DRawContactModifierTests.java159 protected AccountType getAccountType() { method in class:RawContactModifierTests
208 final AccountType source = getAccountType();
253 final AccountType source = getAccountType();
290 final AccountType source = getAccountType();
319 final AccountType source = getAccountType();
355 final AccountType source = getAccountType();
366 final AccountType source = getAccountType();
383 final AccountType source = getAccountType();
428 final AccountType source = getAccountType();
454 final AccountType source = getAccountType();
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java332 private String getAccountType() { method in class:CustomContactListFilterActivity.GroupDelta
339 LocalizedNameResolver.getAllContactsName(context, getAccountType());
585 final AccountType accountType = mAccountTypes.getAccountType(

Completed in 333 milliseconds