Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 25 of 92) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/accounts/
DAuthenticatorHelper.java49 public void preloadDrawableForType(final Context context, final String accountType) { in preloadDrawableForType()
64 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
94 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
134 public boolean containsAccountType(String accountType) { in containsAccountType()
138 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
142 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
DChooseAccountActivity.java62 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry()
113 String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated() local
194 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
217 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
245 private void finishWithAccountType(String accountType) { in finishWithAccountType()
DAccountPreferenceBase.java143 public PreferenceScreen addPreferencesForType(final String accountType, in addPreferencesForType()
169 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
173 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
DProviderPreference.java35 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
/packages/apps/Calendar/src/com/android/calendar/event/
DEventColorCache.java46 public void insertColor(String accountName, String accountType, int displayColor, in insertColor()
61 public int[] getColorArray(String accountName, String accountType) { in getColorArray()
76 public int getColorKey(String accountName, String accountType, int displayColor) { in getColorKey()
96 private String createKey(String accountName, String accountType) { in createKey()
103 private String createKey(String accountName, String accountType, int displayColor) { in createKey()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java40 public final String accountType; field in AccountTypeWithDataSet
45 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
50 public static AccountTypeWithDataSet get(String accountType, String dataSet) { in get()
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
DCalendarColorCache.java84 private void insert(String accountName, String accountType) { in insert()
91 public boolean hasColors(String accountName, String accountType) { in hasColors()
105 private String generateKey(String accountName, String accountType) { in generateKey()
DSelectSyncedCalendarsMultiAccountAdapter.java303 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
323 final String accountType = cursor.getString(ACCOUNT_TYPE_COLUMN); in bindChildView() local
392 String accountType = cursor.getString(accountTypeColumn); in bindGroupView() local
405 String accountType = groupCursor.getString(accountTypeColumn); in getChildrenCursor() local
443 public RefreshCalendars(int token, String account, String accountType) { in RefreshCalendars()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DSources.java204 final String accountType = sync.accountType; in queryAccounts() local
236 String accountType) { in findAuthenticator()
274 public DataKind getKindOrFallback(String accountType, String mimeType, Context context, in getKindOrFallback()
301 public ContactsSource getInflatedSource(String accountType, int inflateLevel) { in getInflatedSource()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilter.java55 public final String accountType; field in ContactListFilter
61 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet, in ContactListFilter()
74 public static ContactListFilter createAccountFilter(String accountType, String accountName, in createAccountFilter()
200 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java125 public final AccountType getAccountType(String accountType, String dataSet) { in getAccountType()
417 AccountType accountType; in loadAccountsInBackground() local
453 ExternalAccountType accountType = in loadAccountsInBackground() local
542 private void addAccountType(AccountType accountType, in addAccountType()
545 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType() local
559 String accountType) { in findAuthenticator()
715 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes() local
DRawContactModifier.java114 RawContactDelta state, AccountType accountType, String mimeType) { in ensureKindExists()
397 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in trimEmpty() local
411 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in hasChanges() local
427 public static void trimEmpty(RawContactDelta state, AccountType accountType) { in trimEmpty()
466 private static boolean hasChanges(RawContactDelta state, AccountType accountType) { in hasChanges()
529 public static void parseExtras(Context context, AccountType accountType, RawContactDelta state, in parseExtras()
604 Context context, AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredNameExtra()
661 AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredPostalExtra()
687 RawContactDelta state, AccountType accountType, in parseValues()
/packages/apps/Browser/src/com/android/browser/
DBookmarksLoader.java54 public BookmarksLoader(Context context, String accountType, String accountName) { in BookmarksLoader()
66 static Uri addAccount(Uri uri, String accountType, String accountName) { in addAccount()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DLocalizedNameResolver.java56 public static String getAllContactsName(Context context, String accountType) { in getAllContactsName()
66 private static String resolveAllContactsName(Context context, String accountType) { in resolveAllContactsName()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupCreationDialogFragment.java45 FragmentManager fragmentManager, String accountType, String accountName, in show()
82 String accountType = arguments.getString(ARG_ACCOUNT_TYPE); in onCompleted() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DPhotoPriorityResolver.java76 public synchronized int getPhotoPriority(String accountType) { in getPhotoPriority()
92 private int resolvePhotoPriority(String accountType) { in resolvePhotoPriority()
DAccountWithDataSet.java34 public AccountWithDataSet(String accountName, String accountType, String dataSet) { in AccountWithDataSet()
44 public static AccountWithDataSet get(String accountName, String accountType, String dataSet) { in get()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupBrowseListAdapter.java120 String accountType = mCursor.getString(GroupListLoader.ACCOUNT_TYPE); in getItem() local
198 AccountType accountType = mAccountTypeManager.getAccountType( in bindHeaderView() local
213 public final TextView accountType; field in GroupBrowseListAdapter.GroupListItemViewCache
DGroupDetailDisplayUtils.java44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet); in bindGroupSourceView() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
DStreamItemPopulatorActivity.java166 String accountType = null; in onResume() local
212 private void addStreamItemsToRawContact(long rawContactId, String accountType, in addStreamItemsToRawContact()
/packages/apps/Email/src/com/android/email/service/
DEasTestAuthenticatorService.java48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
85 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
DAuthenticatorService.java55 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
121 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
DTestAuthenticator.java62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
101 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIAccountService.aidl29 Bundle getConfigurationData(String accountType); in getConfigurationData()
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java229 CharSequence accountType = type.getDisplayLabel(mContext); in setState() local
236 CharSequence accountType = type.getDisplayLabel(mContext); in setState() local
406 String accountType = mState.getAccountType(); in getDefaultGroupId() local

1234