Searched refs:getAccountType (Results 1 - 25 of 48) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/accounts/
H A DProviderPreference.java45 public String getAccountType() { method in class:ProviderPreference
51 getContext(), getAccountType(), userId);
H A DChooseAccountActivity.java281 Log.v(TAG, "Attempting to add account of type " + pref.getAccountType());
283 finishWithAccountType(pref.getAccountType());
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionDataList.java67 if (kindSectionData.getAccountType().areContactsWritable()) {
79 if (kindSectionData.getAccountType().areContactsWritable()) {
91 if (kindSectionData.getAccountType().areContactsWritable()) {
106 if (kindSectionData.getAccountType().areContactsWritable()) {
109 kindSectionData.getAccountType(), mimeType);
126 && Objects.equals(accountWithDataSet.type, rawContactDelta.getAccountType())
H A DRawContactDeltaComparator.java50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1);
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2);
H A DKindSectionData.java46 public AccountType getAccountType() { method in class:KindSectionData
H A DAggregationSuggestionView.java126 AccountType type = accountTypes.getAccountType(accountType, dataSet);
H A DCompactRawContactsEditorView.java533 final AccountType accountType = kindSectionData.getAccountType();
663 rawContactDelta.getAccountType(mAccountTypeManager),
667 rawContactDelta.getAccountType(mAccountTypeManager),
688 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager);
745 rawContactDelta.getAccountType(mAccountTypeManager))
748 rawContactDelta.getAccountType(mAccountTypeManager));
923 final AccountType accountType = rawContactDelta.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/group/
H A DGroupListItem.java46 public String getAccountType() { method in class:GroupListItem
H A DGroupDetailDisplayUtils.java44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet);
H A DGroupBrowseListAdapter.java198 AccountType accountType = mAccountTypeManager.getAccountType(
199 entry.getAccountType(), entry.getDataSet());
H A DGroupDetailFragment.java333 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
365 manager.getAccountType(accountTypeString, dataSet);
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/tests/src/com/android/providers/contacts/testutil/
H A DTestUtil.java62 .appendQueryParameter(RawContacts.ACCOUNT_TYPE, account.getAccountType())
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DInvisibleContactUtil.java53 final AccountType type = rawContact.getAccountType(context);
84 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes);
/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/ContactsCommon/tests/src/com/android/contacts/common/
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/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));
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());
H A DRawContact.java260 public AccountType getAccountType(Context context) { method in class:RawContact
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorBaseActivity.java333 final AccountType accountType = accountTypes.getAccountType(
358 final AccountType accountType = accountTypes.getAccountType(
H A DGroupDetailActivity.java136 manager.getAccountType(mAccountTypeString, mDataSet);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListFilterView.java130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountsListAdapter.java100 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet);

Completed in 926 milliseconds

12