Home
last modified time | relevance | path

Searched refs:getAccountType (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java158 protected AccountType getAccountType() { in getAccountType() method in RawContactModifierTests
207 final AccountType source = getAccountType(); in testValidTypes()
252 final AccountType source = getAccountType(); in testCanInsert()
281 final AccountType source = getAccountType(); in testBestValidType()
317 final AccountType source = getAccountType(); in testIsEmptyEmpty()
328 final AccountType source = getAccountType(); in testIsEmptyDirectFields()
345 final AccountType source = getAccountType(); in testTrimEmptySingle()
386 final AccountType source = getAccountType(); in testTrimEmptySpaces()
412 final AccountType source = getAccountType(); in testTrimLeaveValid()
441 final AccountType source = getAccountType(); in testTrimEmptyUntouched()
[all …]
DRawContactDeltaListTests.java90 protected AccountType getAccountType() { in getAccountType() method in RawContactDeltaListTests
573 final AccountType source = getAccountType(); in testMergeAfterEnsureAndTrim()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java555 AccountType accountType = rawContact.getAccountType(mContext); in setData()
658 final AccountType type = state.getAccountType(accountTypes); in setIntentExtras()
719 accountTypes.getAccountType(account != null ? account.type : null, in createContact()
743 AccountType oldAccountType = accountTypes.getAccountType( in rebindEditorsForNewContact()
745 AccountType newAccountType = accountTypes.getAccountType( in rebindEditorsForNewContact()
843 final AccountType type = rawContactDelta.getAccountType(accountTypes); in bindEditors()
1044 String type = rawContactDelta.getAccountType(); in saveDefaultAccountIfNecessary()
1056 currentState.getAccountType(), in addAccountSwitcher()
1467 final AccountType type = entity.getAccountType(accountTypes); in isContactWritable()
1544 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1); in compare()
[all …]
DAggregationSuggestionView.java125 AccountType type = accountTypes.getAccountType(accountType, dataSet); in canEditSuggestedContact()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java215 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet); in getRawContactAccountType()
226 public String getAccountType() { in getAccountType() method in RawContactDelta
234 public AccountType getAccountType(AccountTypeManager manager) { in getAccountType() method in RawContactDelta
235 return manager.getAccountType(getAccountType(), getDataSet()); in getAccountType()
DAccountTypeManager.java122 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); in getAccountType() method in AccountTypeManager
124 public final AccountType getAccountType(String accountType, String dataSet) { in getAccountType() method in AccountTypeManager
125 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet)); in getAccountType()
129 return getAccountType(account.getAccountTypeWithDataSet()); in getAccountTypeForAccount()
616 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType() method in AccountTypeManagerImpl
DRawContact.java260 public AccountType getAccountType(Context context) { in getAccountType() method in RawContact
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet()); in getAccountType()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java56 public String getAccountType() { in getAccountType() method in AccountWithDataSet
73 && Objects.equal(mAccountType, other.getAccountType()) in equals()
102 && Objects.equal(systemAccount.type, getAccountType())) { in inSystemAccounts()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupEditorFragment.java357 private AccountType getAccountType() { in getAccountType() method in GroupEditorFragment
358 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet); in getAccountType()
369 return getAccountType().isGroupMembershipEditable(); in isGroupMembershipEditable()
376 final AccountType accountType = getAccountType(); in setupEditorForAccount()
DGroupBrowseListAdapter.java198 AccountType accountType = mAccountTypeManager.getAccountType( in bindHeaderView()
199 entry.getAccountType(), entry.getDataSet()); in bindHeaderView()
DGroupDetailFragment.java332 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString, in updateSize()
364 manager.getAccountType(accountTypeString, dataSet); in updateAccountType()
DGroupListItem.java46 public String getAccountType() { in getAccountType() method in GroupListItem
DGroupDetailDisplayUtils.java44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet); in bindGroupSourceView()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java53 final AccountType type = rawContact.getAccountType(context); in isInvisibleAndAddable()
84 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes); in addToDefaultGroup()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java206 final AccountType accountType = accountTypes.getAccountType(
231 final AccountType accountType = accountTypes.getAccountType(
DGroupDetailActivity.java135 manager.getAccountType(mAccountTypeString, mDataSet); in onPrepareOptionsMenu()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java332 private String getAccountType() { in getAccountType() method in CustomContactListFilterActivity.GroupDelta
339 LocalizedNameResolver.getAllContactsName(context, getAccountType()); in getTitle()
585 final AccountType accountType = mAccountTypes.getAccountType( in getGroupView()
DContactListFilterView.java124 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet); in bindView()
DAccountFilterActivity.java118 AccountType accountType = accountTypes.getAccountType(account.type, account.dataSet); in loadAccountFilters()
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java257 Log.v(TAG, "Attempting to add account of type " + pref.getAccountType()); in onPreferenceTreeClick()
259 finishWithAccountType(pref.getAccountType()); in onPreferenceTreeClick()
DProviderPreference.java43 public String getAccountType() { in getAccountType() method in ProviderPreference
/packages/apps/ContactsCommon/src/com/android/contacts/common/
DGroupMetaData.java46 public String getAccountType() { in getAccountType() method in GroupMetaData
/packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
DMockAccountTypeManager.java45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { in getAccountType() method in MockAccountTypeManager
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountsListAdapter.java94 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet); in getView()
DAccountSelectionUtil.java133 final AccountType accountType = accountTypes.getAccountType( in getSelectAccountDialog()

12