OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getAccountType
(Results
1 - 15
of
15
) 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/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
MockAccountTypeManager.java
44
public AccountType
getAccountType
(AccountTypeWithDataSet accountTypeWithDataSet) {
/packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java
46
public String
getAccountType
() {
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/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
126
public String
getAccountType
() {
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContact.java
271
public AccountType
getAccountType
(Context context) {
272
return getAccountTypeManager(context).
getAccountType
(getAccountTypeString(), getDataSet());
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
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
...]
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java
90
protected AccountType
getAccountType
() {
573
final AccountType source =
getAccountType
();
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/ContactsCommon/src/com/android/contacts/common/list/
CustomContactListFilterActivity.java
329
private String
getAccountType
() {
336
LocalizedNameResolver.getAllContactsName(context,
getAccountType
());
582
final AccountType accountType = mAccountTypes.
getAccountType
(
[
all
...]
Completed in 927 milliseconds