/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
D | MailPhotoViewActivity.java | 53 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/ |
D | EventColorCache.java | 46 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/ |
D | AccountTypeWithDataSet.java | 40 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/ |
D | CalendarColorCache.java | 84 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()
|
D | SelectSyncedCalendarsMultiAccountAdapter.java | 303 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/ |
D | AddAccountWithTypeActivity.java | 65 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/Settings/src/com/android/settings/accounts/ |
D | ChooseAccountActivity.java | 79 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry() 138 String accountType = mAuthDescs[i].type; in onAuthDescriptionsUpdated() local 232 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() 259 protected CharSequence getLabelForType(final String accountType) { in getLabelForType() 288 private void finishWithAccountType(String accountType) { in finishWithAccountType()
|
D | AccountPreferenceBase.java | 141 public PreferenceScreen addPreferencesForType(final String accountType, in addPreferencesForType() 178 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType() 182 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
|
D | ProviderPreference.java | 36 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | Sources.java | 204 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/ |
D | ContactListFilter.java | 55 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/util/ |
D | LocalizedNameResolver.java | 52 public static String getAllContactsName(Context context, String accountType) { in getAllContactsName() 62 private static String resolveAllContactsName(Context context, String accountType) { in resolveAllContactsName()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 125 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
|
D | RawContactModifier.java | 114 RawContactDelta state, AccountType accountType, String mimeType) { in ensureKindExists() 380 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in trimEmpty() local 399 final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE); in hasChanges() local 415 public static void trimEmpty(RawContactDelta state, AccountType accountType) { in trimEmpty() 454 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() 519 public static void parseExtras(Context context, AccountType accountType, RawContactDelta state, in parseExtras() 594 Context context, AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredNameExtra() 654 AccountType accountType, RawContactDelta state, Bundle extras) { in parseStructuredPostalExtra() 680 RawContactDelta state, AccountType accountType, in parseValues()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
D | IAccountService.aidl | 24 Bundle getConfigurationData(String accountType); in getConfigurationData()
|
D | AccountServiceProxy.java | 64 public Bundle getConfigurationData(final String accountType) { in getConfigurationData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | AccountWithDataSet.java | 34 public AccountWithDataSet(String accountName, String accountType, String dataSet) { in AccountWithDataSet() 44 public static AccountWithDataSet get(String accountName, String accountType, String dataSet) { in get()
|
D | PhotoPriorityResolver.java | 89 public synchronized int getPhotoPriority(String accountType) { in getPhotoPriority() 105 private int resolvePhotoPriority(String accountType) { in resolvePhotoPriority()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | GroupCreationDialogFragment.java | 46 FragmentManager fragmentManager, String accountType, String accountName, in show() 83 String accountType = arguments.getString(ARG_ACCOUNT_TYPE); in onCompleted() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | EditorUiUtils.java | 121 String accountName, AccountType accountType) { in getLocalAccountInfo() 138 AccountType accountType) { in getAccountInfo() 169 CharSequence accountType) { in getAccountInfoContentDescription()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupBrowseListAdapter.java | 120 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
|
D | GroupDetailDisplayUtils.java | 44 AccountType accountType = accountTypeManager.getAccountType(accountTypeString, dataSet); in bindGroupSourceView() local
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/ |
D | TestAuthenticator.java | 62 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 101 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EasTestAuthenticatorService.java | 48 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 85 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|
D | AuthenticatorService.java | 56 public Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount() 127 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
|