Searched defs:getAccountType (Results 1 - 11 of 11) 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.java46 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/util/
H A DStreamItemEntry.java124 public String getAccountType() { method in class:StreamItemEntry
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DEntityModifierTests.java159 protected AccountType getAccountType() { method in class:EntityModifierTests
208 final AccountType source = getAccountType();
253 final AccountType source = getAccountType();
282 final AccountType source = getAccountType();
318 final AccountType source = getAccountType();
329 final AccountType source = getAccountType();
346 final AccountType source = getAccountType();
387 final AccountType source = getAccountType();
412 final AccountType source = getAccountType();
440 final AccountType source = getAccountType();
[all...]
H A DEntityDeltaListTests.java87 protected AccountType getAccountType() { method in class:EntityDeltaListTests
572 final AccountType source = getAccountType();
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java107 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); method in class:AccountTypeManager
109 public final AccountType getAccountType(String accountType, String dataSet) { method in class:AccountTypeManager
110 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
114 return getAccountType(account.getAccountTypeWithDataSet());
138 final AccountType type = getAccountType(accountType, dataSet);
612 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:AccountTypeManagerImpl
/packages/apps/Contacts/src/com/android/contacts/list/
H A DCustomContactListFilterActivity.java330 private String getAccountType() { method in class:CustomContactListFilterActivity.GroupDelta
337 LocalizedNameResolver.getAllContactsName(context, getAccountType());
583 final AccountType accountType = mAccountTypes.getAccountType(

Completed in 576 milliseconds