Home
last modified time | relevance | path

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

12345

/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/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java41 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount()
43 AccountType getAccountType(String accountType); in getAccountType()
67 public int classifyAccount(String accountType) { in classifyAccount()
72 public AccountType getAccountType(String accountType) { in getAccountType()
DLocalizedNameResolver.java51 public static String getAllContactsName(Context context, String accountType) { in getAllContactsName()
61 private static String resolveAllContactsName(Context context, String accountType) { in resolveAllContactsName()
/packages/apps/Contacts/src/com/android/contacts/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()
DAccountTypeProvider.java84 public List<AccountType> getAccountTypes(String accountType) { in getAccountTypes()
153 public boolean supportsContactsSyncing(String accountType) { in supportsContactsSyncing()
166 AccountType accountType; in loadTypes() local
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java39 public final String accountType; field in AccountTypeWithDataSet
44 private AccountTypeWithDataSet(String accountType, String dataSet) { in AccountTypeWithDataSet()
49 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/TvSettings/Settings/src/com/android/tv/settings/accounts/
DAddAccountWithTypeActivity.java67 String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onCreate() local
84 String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
97 private void startAddAccount(String accountType) { in startAddAccount()
/packages/apps/Settings/src/com/android/settings/accounts/
DChooseAccountActivity.java88 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry()
151 String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated() local
259 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
286 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
315 private void finishWithAccountType(String accountType) { in finishWithAccountType()
DAccountPreferenceBase.java140 public PreferenceScreen addPreferencesForType(final String accountType, in addPreferencesForType()
150 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
154 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount()
41 public AccountType getAccountType(String accountType) { in getAccountType()
DFakeAccountType.java77 public static FakeAccountType create(String accountType, String label) { in create()
84 public static FakeAccountType create(String accountType, String label, Drawable icon) { in create()
/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/Contacts/src/com/android/contacts/list/
DContactListFilter.java65 public final String accountType; field in ContactListFilter
71 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet, in ContactListFilter()
84 public static ContactListFilter createAccountFilter(String accountType, String accountName, in createAccountFilter()
90 public static ContactListFilter createGroupMembersFilter(String accountType, String accountName, in createGroupMembersFilter()
269 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListFilter.java67 public final String accountType; field in ContactListFilter
74 int filterType, String accountType, String accountName, String dataSet, Drawable icon) { in ContactListFilter()
87 String accountType, String accountName, String dataSet, Drawable icon) { in createAccountFilter()
134 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java120 public final AccountType getAccountType(String accountType, String dataSet) { in getAccountType()
318 AuthenticatorDescription[] auths, String accountType) { in findAuthenticator()
442 AccountType accountType; in loadAccountsInBackground() local
479 ExternalAccountType accountType = new ExternalAccountType(mContext, extensionPackage, true); in loadAccountsInBackground() local
588 AccountType accountType, in addAccountType()
591 accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType); in addAccountType() local
714 AccountType accountType = allInvitables.get(accountTypeWithDataSet); in findUsableInvitableAccountTypes() local
/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/group/
DGroupMetaData.java49 public final String accountType; field in GroupMetaData
66 final AccountType accountType = accountTypeManager.getAccountType( in GroupMetaData() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIAccountService.aidl24 Bundle getConfigurationData(String accountType); in getConfigurationData()
/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/Contacts/tests/src/com/android/contacts/tests/testauth/
DTestAuthenticator.java62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
107 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java112 RawContactDelta state, AccountType accountType, String mimeType) { in ensureKindExists()
378 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in trimEmpty() local
397 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in hasChanges() local
413 public static void trimEmpty(RawContactDelta state, AccountType accountType) { in trimEmpty()
452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges()
517 public static void parseExtras(Context context, AccountType accountType, RawContactDelta state, in parseExtras()
592 Context context, AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredNameExtra()
652 AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredPostalExtra()
678 RawContactDelta state, AccountType accountType, in parseValues()

12345