Home
last modified time | relevance | path

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

1234

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAuthenticatorHelper.java52 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
78 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
118 public boolean containsAccountType(String accountType) { in containsAccountType()
122 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
126 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
DAddAccountWithTypeActivity.java65 String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onCreate() local
79 String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
92 private void startAddAccount(String accountType) { in startAddAccount()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewActivity.java53 final String accountType, final ConversationMessage msg, final int photoIndex) { in startMailPhotoViewActivity()
62 context.startActivity(wrapIntent(builder.build(), account, accountType, msg)); in startMailPhotoViewActivity() local
71 final String accountType, final ConversationMessage msg, final String initialPhotoUri) { in startMailPhotoViewActivity()
78 final Context context, final String account, final String accountType, in buildMailPhotoViewActivityIntent()
91 final Intent intent, final String account, final String accountType, in wrapIntent()
/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/Settings/src/com/android/settings/accounts/
DAuthenticatorHelper.java86 public void preloadDrawableForType(final Context context, final String accountType) { in preloadDrawableForType()
102 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
134 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
156 public String getPackageForType(final String accountType) { in getPackageForType()
170 public int getLabelIdForType(final String accountType) { in getLabelIdForType()
190 public boolean containsAccountType(String accountType) { in containsAccountType()
194 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
198 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
DChooseAccountActivity.java77 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry()
137 String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated() local
220 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
246 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
274 private void finishWithAccountType(String accountType) { in finishWithAccountType()
DAccountPreferenceBase.java140 public PreferenceScreen addPreferencesForType(final String accountType, in addPreferencesForType()
177 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
181 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
DProviderPreference.java31 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
/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/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java337 AccountType accountType = null; in addAccountInfo() local
389 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addPhotoView() local
415 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addPhotoView() local
444 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addPhotoView() local
465 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addPhotoView() local
486 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addPhotoView() local
518 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addStructuredNameView() local
548 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addStructuredNameView() local
576 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addStructuredNameView() local
597 final AccountType accountType = rawContactDelta.getAccountType(mAccountTypeManager); in addStructuredNameView() local
[all …]
DEditorUiUtils.java90 String accountName, AccountType accountType) { in getAccountInfo()
130 CharSequence accountType) { in getAccountInfoContentDescription()
/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/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/model/
DAccountTypeManager.java125 public final AccountType getAccountType(String accountType, String dataSet) { in getAccountType()
412 AccountType accountType; in loadAccountsInBackground() local
450 ExternalAccountType accountType = in loadAccountsInBackground() local
539 private void addAccountType(AccountType accountType, in addAccountType()
542 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType() local
556 String accountType) { in findAuthenticator()
712 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DLocalizedNameResolver.java52 public static String getAllContactsName(Context context, String accountType) { in getAllContactsName()
62 private static String resolveAllContactsName(Context context, String accountType) { in resolveAllContactsName()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
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()
DPhotoPriorityResolver.java89 public synchronized int getPhotoPriority(String accountType) { in getPhotoPriority()
105 private int resolvePhotoPriority(String accountType) { in resolvePhotoPriority()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupCreationDialogFragment.java46 FragmentManager fragmentManager, String accountType, String accountName, in show()
83 String accountType = arguments.getString(ARG_ACCOUNT_TYPE); in onCompleted() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIAccountService.aidl24 Bundle getConfigurationData(String accountType); in getConfigurationData()
/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
/packages/apps/Email/provider_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()
/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()

1234