/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/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()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListFilter.java | 66 public final String accountName; 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() 268 String accountName = prefs.getString(KEY_ACCOUNT_NAME, null); in restoreFromPreferences() local
|
/packages/apps/Dialer/java/com/android/contacts/common/list/ |
D | ContactListFilter.java | 68 public final String accountName; 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() 133 String accountName = prefs.getString(KEY_ACCOUNT_NAME, null); in restoreFromPreferences() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | AdbHelpers.java | 42 final String accountName = args.getString("name"); in addTestAccount() local 53 final String accountName = args.getString("name"); in removeTestAccount() local
|
/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 | ContactLookupKey.java | 57 public static int getAccountHashCode(String accountTypeWithDataSet, String accountName) { in getAccountHashCode() 66 String accountName, long rawContactId, String sourceId, in appendToLookupKey()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | SharedPreferenceUtil.java | 144 private static String buildSharedPrefsName(String accountName) { in buildSharedPrefsName() 148 public static int getNumOfDismissesforAccountSyncOff(Context context, String accountName) { in getNumOfDismissesforAccountSyncOff() 152 public static void resetNumOfDismissesForAccountSyncOff(Context context, String accountName) { in resetNumOfDismissesForAccountSyncOff() 161 public static void incNumOfDismissesForAccountSyncOff(Context context, String accountName) { in incNumOfDismissesForAccountSyncOff()
|
/packages/apps/UnifiedEmail/src/com/android/mail/photo/ |
D | ContactFetcher.java | 29 Context context, String accountName, String senderAddress, in getContactPhoto()
|
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
D | TestUtil.java | 55 String accountName, String accountType, String dataSet) { in maybeAddAccountWithDataSetQueryParameters()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ |
D | AccountSyncActivity.java | 37 String accountName = getIntent().getStringExtra(EXTRA_ACCOUNT); in createSettingsFragment() local
|
D | RemoveAccountDialog.java | 86 public static RemoveAccountFragment newInstance(String accountName) { in newInstance()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactMetadataProviderTest.java | 549 private long insertMetadata(String accountName, String accountType, String dataSet, in insertMetadata() 555 private ContentValues getMetadataContentValues(String accountName, String accountType, in getMetadataContentValues() 571 private long insertMetadataSyncState(String accountName, String accountType, in insertMetadataSyncState() 577 private ContentValues getSyncStateValues(String accountName, String accountType, in getSyncStateValues()
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
D | UriUtils.java | 113 public static Uri getAccountImageUri(String accountName) { in getAccountImageUri() 124 public static Uri getAccountImageUri(String accountName, Uri changeNotifyUri) { in getAccountImageUri() 146 String accountName = uri.getAuthority() + uri.getPath(); in getAccountName() local
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | DuplicateAccountDialogFragment.java | 59 String accountName = getArguments().getString(BUNDLE_KEY_ACCOUNT_NAME); in onCreateDialog() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/ |
D | AccountsChangedReceiverTests.java | 100 private void updateAccountName(String accountName) { in updateAccountName()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | AccountUtils.java | 55 final String accountName = accounts[i].getEmailAddress(); in mergeAccountLists() local
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 460 final String accountName = account.getDisplayName(); in showPasswordExpiringNotificationSynchronous() local 481 final String accountName = account.getDisplayName(); in showPasswordExpiredNotificationSynchronous() local 504 String accountName = account.getDisplayName(); in showSecurityNeededNotification() local 520 final String accountName = account.getDisplayName(); in showSecurityChangedNotification() local 537 final String accountName = account.getDisplayName(); in showSecurityUnsupportedNotification() local
|
/packages/apps/Email/provider_src/com/android/email/activity/setup/ |
D | AccountSecurity.java | 514 public static SecurityNeededDialog newInstance(String accountName) { in newInstance() 524 final String accountName = getArguments().getString(BUNDLE_KEY_ACCOUNT_NAME); in onCreateDialog() local 580 public static PasswordExpirationDialog newInstance(String accountName, boolean expired) { in newInstance() 597 final String accountName = getArguments().getString(BUNDLE_KEY_ACCOUNT_NAME); in onCreateDialog() local
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | GoogleSource.java | 164 final String accountName = stateValues.getAsString(RawContacts.ACCOUNT_NAME); in attemptMyContactsMembership() local 180 final String accountName, final String accountType, Context context, in attemptMyContactsMembership()
|
/packages/apps/Dialer/java/com/android/contacts/common/ |
D | GroupMetaData.java | 33 String accountName, in GroupMetaData()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/ |
D | PersonalizationHelper.java | 45 final Context context, final Locale locale, @Nullable final String accountName) { in getUserHistoryDictionary()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ProfileAggregator.java | 54 String accountName, long rawContactId, String sourceId, String displayName) { in appendLookupKey()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorUtils.java | 153 final String accountName = resultData.getStringExtra(AccountManager.KEY_ACCOUNT_NAME); in getCreatedAccount() local
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | GroupListItem.java | 33 public GroupListItem(String accountName, String accountType, String dataSet, long groupId, in GroupListItem()
|