Searched refs:getAccountType (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountFeatureProviderImpl.java8 public String getAccountType() { method in class:AccountFeatureProviderImpl
H A DProviderPreference.java45 public String getAccountType() { method in class:ProviderPreference
51 getContext(), getAccountType(), userId);
H A DAccountFeatureProvider.java26 String getAccountType(); method in interface:AccountFeatureProvider
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAccountWithDataSet.java56 public String getAccountType() { method in class:AccountWithDataSet
73 && Objects.equal(mAccountType, other.getAccountType())
102 && Objects.equal(systemAccount.type, getAccountType())) {
/packages/apps/Contacts/src/com/android/contacts/util/
H A DDeviceLocalAccountTypeFactory.java43 AccountType getAccountType(String accountType); method in interface:DeviceLocalAccountTypeFactory
72 public AccountType getAccountType(String accountType) { method in class:DeviceLocalAccountTypeFactory.Default
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupListItem.java51 public String getAccountType() { method in class:GroupListItem
H A DGroupMetaData.java66 final AccountType accountType = accountTypeManager.getAccountType(
/packages/apps/Dialer/java/com/android/contacts/common/
H A DGroupMetaData.java53 public String getAccountType() { method in class:GroupMetaData
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactDeltaComparator.java50 final AccountType type1 = accountTypes.getAccountType(accountType1, dataSet1);
53 final AccountType type2 = accountTypes.getAccountType(accountType2, dataSet2);
H A DKindSectionData.java46 public AccountType getAccountType() { method in class:KindSectionData
H A DRawContactEditorView.java495 rawContactDelta.getAccountType(mAccountTypeManager),
499 rawContactDelta.getAccountType(mAccountTypeManager),
539 return !mCurrentRawContactDelta.getAccountType(mAccountTypeManager).areContactsWritable();
552 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager);
580 final AccountType type = mCurrentRawContactDelta.getAccountType(accountTypes);
590 final AccountType accountType = mCurrentRawContactDelta.getAccountType(mAccountTypeManager);
647 final AccountType type = mCurrentRawContactDelta.getAccountType(accountTypes);
H A DPickRawContactLoader.java223 final AccountType account = accountManager.getAccountType(
237 final AccountType account = accountManager.getAccountType(
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java41 public AccountType getAccountType(String accountType) { method in class:FakeDeviceAccountTypeFactory
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DInvisibleContactUtil.java53 final AccountType type = rawContact.getAccountType(context);
98 final AccountType type = rawContactEntityDelta.getAccountType(accountTypes);
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockAccountTypeManager.java47 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:MockAccountTypeManager
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DBrandedAccountPreferenceController.java71 accountFeatureProvider.getAccountType());
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java151 protected AccountType getAccountType() { method in class:RawContactModifierTests
200 final AccountType source = getAccountType();
245 final AccountType source = getAccountType();
282 final AccountType source = getAccountType();
311 final AccountType source = getAccountType();
347 final AccountType source = getAccountType();
358 final AccountType source = getAccountType();
375 final AccountType source = getAccountType();
420 final AccountType source = getAccountType();
446 final AccountType source = getAccountType();
[all...]
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java161 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) {
272 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); method in class:AccountTypeManager
274 public final AccountType getAccountType(String accountType, String dataSet) { method in class:AccountTypeManager
275 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
280 return getAccountType(account.getAccountTypeWithDataSet());
282 return getAccountType(null, null);
706 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:AccountTypeManagerImpl
H A DRawContactDelta.java214 return AccountTypeManager.getInstance(context).getAccountType(type, dataSet);
225 public String getAccountType() { method in class:RawContactDelta
233 public AccountType getAccountType(AccountTypeManager manager) { method in class:RawContactDelta
234 return manager.getAccountType(getAccountType(), getDataSet());
238 return new AccountWithDataSet(getAccountName(), getAccountType(), getDataSet());
H A DContact.java383 AccountType accountType = rawContact.getAccountType(context);
473 final AccountType accountType = rawContact.getAccountType(context);
H A DRawContact.java260 public AccountType getAccountType(Context context) { method in class:RawContact
261 return getAccountTypeManager(context).getAccountType(getAccountTypeString(), getDataSet());
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DAccountTypeManager.java118 public abstract AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet); method in class:AccountTypeManager
120 public final AccountType getAccountType(String accountType, String dataSet) { method in class:AccountTypeManager
121 return getAccountType(AccountTypeWithDataSet.get(accountType, dataSet));
126 return getAccountType(account.getAccountTypeWithDataSet());
128 return getAccountType(null, null);
644 public AccountType getAccountType(AccountTypeWithDataSet accountTypeWithDataSet) { method in class:AccountTypeManagerImpl
/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DAccountDisplayInfoFactory.java79 delta.getAccountType(), delta.getDataSet());
H A DAccountTypeProvider.java87 AccountType type = mLocalAccountTypeFactory.getAccountType(accountType);
180 accountType = mLocalAccountTypeFactory.getAccountType(type);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java130 accountTypes.getAccountType(mFilter.accountType, mFilter.dataSet);

Completed in 581 milliseconds

12