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

/packages/apps/Settings/src/com/android/settings/accounts/
H A DProviderPreference.java43 public String getAccountType() { method in class:ProviderPreference
/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DMockAccountTypeManager.java44 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/
H A DGroupMetaData.java46 public String getAccountType() { method in class:GroupMetaData
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java46 public String getAccountType() { method in class:GroupListItem
H A DGroupEditorFragment.java355 private AccountType getAccountType() { method in class:GroupEditorFragment
356 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet);
367 return getAccountType().isGroupMembershipEditable();
374 final AccountType accountType = getAccountType();
/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/Contacts/src/com/android/contacts/model/
H A DRawContact.java271 public AccountType getAccountType(Context context) { method in class:RawContact
272 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
H A DRawContactDelta.java215 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet);
226 public String getAccountType() { method in class:RawContactDelta
234 public AccountType getAccountType(AccountTypeManager manager) { method in class:RawContactDelta
235 return manager.getAccountType(getAccountType(), getDataSet());
/packages/apps/Contacts/src/com/android/contacts/util/
H A DStreamItemEntry.java124 public String getAccountType() { method in class:StreamItemEntry
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactModifierTests.java158 protected AccountType getAccountType() { method in class:RawContactModifierTests
207 final AccountType source = getAccountType();
252 final AccountType source = getAccountType();
281 final AccountType source = getAccountType();
317 final AccountType source = getAccountType();
328 final AccountType source = getAccountType();
345 final AccountType source = getAccountType();
386 final AccountType source = getAccountType();
412 final AccountType source = getAccountType();
441 final AccountType source = getAccountType();
[all...]
H A DRawContactDeltaListTests.java89 protected AccountType getAccountType() { method in class:RawContactDeltaListTests
572 final AccountType source = getAccountType();
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
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));
130 return getAccountType(account.getAccountTypeWithDataSet());
618 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:AccountTypeManagerImpl
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java329 private String getAccountType() { method in class:CustomContactListFilterActivity.GroupDelta
336 LocalizedNameResolver.getAllContactsName(context, getAccountType());
582 final AccountType accountType = mAccountTypes.getAccountType(

Completed in 189 milliseconds