HomeSort by relevance Sort by last modified time
    Searched defs:getAccountType (Results 1 - 13 of 13) sorted by null

  /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/tests/src/com/android/contacts/tests/mocks/
MockAccountTypeManager.java 46 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
  /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() {
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/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())) {
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 59 public String getAccountType() {
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemEntry.java 124 public String getAccountType() {
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 107 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet);
109 public final AccountType getAccountType(String accountType, String dataSet) {
110 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
114 return getAccountType(account.getAccountTypeWithDataSet());
138 final AccountType type = getAccountType(accountType, dataSet);
612 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/
EntityDeltaListTests.java 87 protected AccountType getAccountType() {
572 final AccountType source = getAccountType();
EntityModifierTests.java 159 protected AccountType getAccountType() {
208 final AccountType source = getAccountType();
253 final AccountType source = getAccountType();
282 final AccountType source = getAccountType();
318 final AccountType source = getAccountType();
329 final AccountType source = getAccountType();
346 final AccountType source = getAccountType();
387 final AccountType source = getAccountType();
412 final AccountType source = getAccountType();
440 final AccountType source = getAccountType();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 330 private String getAccountType() {
337 LocalizedNameResolver.getAllContactsName(context, getAccountType());
583 final AccountType accountType = mAccountTypes.getAccountType(
    [all...]

Completed in 4077 milliseconds