HomeSort by relevance Sort by last modified time
    Searched refs:getAccountType (Results 1 - 25 of 45) 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 238 Log.v(TAG, "Attempting to add account of type " + pref.getAccountType());
240 finishWithAccountType(pref.getAccountType());
  /packages/apps/Contacts/src/com/android/contacts/
GroupMetaData.java 46 public String 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 324 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
348 manager.getAccountType(accountTypeString, dataSet);
GroupEditorFragment.java 355 private AccountType getAccountType() {
356 return AccountTypeManager.getInstance(mContext).getAccountType(mAccountType, mDataSet);
367 return getAccountType().isGroupMembershipEditable();
374 final AccountType accountType = getAccountType();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
StreamItemAdapter.java 104 manager.getAccountType(streamItem.getAccountType(), streamItem.getDataSet());
ContactDetailUpdatesFragment.java 93 return AccountTypeManager.getInstance(getActivity()).getAccountType(
94 streamItemEntry.getAccountType(), streamItemEntry.getDataSet());
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
MockAccountTypeManager.java 44 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
  /packages/apps/Contacts/src/com/android/contacts/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());
RawContact.java 271 public AccountType getAccountType(Context context) {
272 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
  /packages/apps/Contacts/tests/src/com/android/contacts/
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...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 206 final AccountType accountType = accountTypes.getAccountType(
231 final AccountType accountType = accountTypes.getAccountType(
GroupDetailActivity.java 135 manager.getAccountType(mAccountTypeString, mDataSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
AccountTypeManager.java 123 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet);
125 public final AccountType getAccountType(String accountType, String dataSet) {
126 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
130 return getAccountType(account.getAccountTypeWithDataSet());
618 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 59 public String getAccountType() {
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 122 AccountType type = accountTypes.getAccountType(accountType, dataSet);
ContactEditorFragment.java 525 AccountType accountType = rawContact.getAccountType(mContext);
610 final AccountType type = state.getAccountType(accountTypes);
671 accountTypes.getAccountType(account != null ? account.type : null,
695 AccountType oldAccountType = accountTypes.getAccountType(
697 AccountType newAccountType = accountTypes.getAccountType(
795 final AccountType type = rawContactDelta.getAccountType(accountTypes);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 124 public String getAccountType() {
  /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);

Completed in 433 milliseconds

1 2