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

1 2

  /packages/apps/Settings/src/com/android/settings/accounts/
ProviderPreference.java 45 public String getAccountType() {
51 getContext(), getAccountType(), userId);
ChooseAccountActivity.java 281 Log.v(TAG, "Attempting to add account of type " + pref.getAccountType());
283 finishWithAccountType(pref.getAccountType());
  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionDataList.java 67 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())
RawContactDeltaComparator.java 50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1);
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2);
KindSectionData.java 46 public AccountType getAccountType() {
AggregationSuggestionView.java 126 AccountType type = accountTypes.getAccountType(accountType, dataSet);
CompactRawContactsEditorView.java 533 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));
    [all...]
  /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/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 333 AccountType accountType = mAccountTypeManager.getAccountType(mAccountTypeString,
365 manager.getAccountType(accountTypeString, dataSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
GroupMetaData.java 46 public String getAccountType() {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
TestUtil.java 62 .appendQueryParameter(RawContacts.ACCOUNT_TYPE, account.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/tests/src/com/android/contacts/common/
RawContactModifierTests.java 159 protected AccountType getAccountType() {
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/
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));
131 return getAccountType(account.getAccountTypeWithDataSet());
133 return getAccountType(null, null);
615 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
    [all...]
RawContactDelta.java 218 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet);
229 public String getAccountType() {
237 public AccountType getAccountType(AccountTypeManager manager) {
238 return manager.getAccountType(getAccountType(), getDataSet());
RawContact.java 260 public AccountType getAccountType(Context context) {
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorBaseActivity.java 333 final AccountType accountType = accountTypes.getAccountType(
358 final AccountType accountType = accountTypes.getAccountType(
GroupDetailActivity.java 136 manager.getAccountType(mAccountTypeString, mDataSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java 130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
AccountsListAdapter.java 100 final AccountType accountType = mAccountTypes.getAccountType(account.type, account.dataSet);
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 90 public String getAccountType() {

Completed in 457 milliseconds

1 2