HomeSort by relevance Sort by last modified time
    Searched refs:getAccountType (Results 1 - 25 of 42) sorted by null

1 2

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AccountWithDataSet.java 56 public String getAccountType() {
73 && Objects.equal(mAccountType, other.getAccountType())
102 && Objects.equal(systemAccount.type, getAccountType())) {
  /packages/apps/Settings/src/com/android/settings/accounts/
ProviderPreference.java 43 public String getAccountType() {
ChooseAccountActivity.java 257 Log.v(TAG, "Attempting to add account of type " + pref.getAccountType());
259 finishWithAccountType(pref.getAccountType());
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java 46 public String getAccountType() {
GroupDetailDisplayUtils.java 44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet);
GroupBrowseListAdapter.java 198 AccountType accountType = mAccountTypeManager.getAccountType(
199 entry.getAccountType(), entry.getDataSet());
GroupDetailFragment.java 332 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
364 manager.getAccountType(accountTypeString, dataSet);
GroupEditorFragment.java 357 private AccountType getAccountType() {
358 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet);
369 return getAccountType().isGroupMembershipEditable();
376 final AccountType accountType = getAccountType();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GroupMetaData.java 46 public String getAccountType() {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
InvisibleContactUtil.java 53 final AccountType type = rawContact.getAccountType(context);
84 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes);
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java 45 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDelta.java 215 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet);
226 public String getAccountType() {
234 public AccountType getAccountType(AccountTypeManager manager) {
235 return manager.getAccountType(getAccountType(), getDataSet());
AccountTypeManager.java 122 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet);
124 public final AccountType getAccountType(String accountType, String dataSet) {
125 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
129 return getAccountType(account.getAccountTypeWithDataSet());
616 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
    [all...]
RawContact.java 260 public AccountType getAccountType(Context context) {
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactModifierTests.java 158 protected AccountType getAccountType() {
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...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 59 public String getAccountType() {
  /packages/apps/Contacts/src/com/android/contacts/activities/
GroupDetailActivity.java 135 manager.getAccountType(mAccountTypeString, mDataSet);
ContactEditorActivity.java 222 final AccountType accountType = accountTypes.getAccountType(
247 final AccountType accountType = accountTypes.getAccountType(
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 125 AccountType type = accountTypes.getAccountType(accountType, dataSet);
ContactEditorFragment.java 549 AccountType accountType = rawContact.getAccountType(mContext);
647 final AccountType type = state.getAccountType(accountTypes);
708 accountTypes.getAccountType(account != null ? account.type : null,
732 AccountType oldAccountType = accountTypes.getAccountType(
734 AccountType newAccountType = accountTypes.getAccountType(
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java 124 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
AccountFilterActivity.java 118 AccountType accountType = accountTypes.getAccountType(account.type, account.dataSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java 94 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet);
AccountSelectionUtil.java 123 final AccountType accountType = accountTypes.getAccountType(
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 254 AccountType accountType = mAccountTypes.getAccountType(info.accountType, info.dataSet);

Completed in 434 milliseconds

1 2