/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AuthenticatorHelper.java | 49 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()
|
D | ChooseAccountActivity.java | 62 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()
|
D | AccountPreferenceBase.java | 143 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()
|
D | ProviderPreference.java | 35 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
|
/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/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/model/ |
D | AccountTypeManager.java | 125 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
|
D | RawContactModifier.java | 114 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/ |
D | BookmarksLoader.java | 54 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/ |
D | LocalizedNameResolver.java | 56 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/ |
D | GroupCreationDialogFragment.java | 45 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/ |
D | PhotoPriorityResolver.java | 76 public synchronized int getPhotoPriority(String accountType) { in getPhotoPriority() 92 private int resolvePhotoPriority(String accountType) { in resolvePhotoPriority()
|
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()
|
/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/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
D | StreamItemPopulatorActivity.java | 166 String accountType = null; in onResume() local 212 private void addStreamItemsToRawContact(long rawContactId, String accountType, in addStreamItemsToRawContact()
|
/packages/apps/Email/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 | 55 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/ |
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/emailcommon/src/com/android/emailcommon/service/ |
D | IAccountService.aidl | 29 Bundle getConfigurationData(String accountType); in getConfigurationData()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | RawContactEditorView.java | 229 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
|