Searched refs:account (Results 276 - 300 of 381) sorted by relevance

<<111213141516

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilterView.java31 import com.android.contacts.model.account.AccountType;
/packages/apps/Contacts/src/com/android/contacts/model/
H A DCp2DeviceLocalAccountLocator.java25 import com.android.contacts.model.account.AccountWithDataSet;
36 * that do not exist for any account returned by {@link AccountManager#getAccounts()}
H A DSimContact.java30 import com.android.contacts.model.account.AccountWithDataSet;
H A DContact.java28 import com.android.contacts.model.account.AccountType;
29 import com.android.contacts.model.account.SimAccountType;
375 * contact-writable account, or -1 if no such entity exists.
H A DRawContact.java29 import com.android.contacts.model.account.AccountType;
30 import com.android.contacts.model.account.AccountWithDataSet;
43 * from a single account.
46 * fields (like account type, name, data set, sync state, etc.) and a list of
204 * Returns the account name of the raw contact.
211 * Returns the account type of the raw contact.
265 * Sets the account name, account type, and data set strings.
266 * Valid combinations for account-name, account
[all...]
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DInvisibleContactUtil.java17 import com.android.contacts.model.account.AccountType;
54 // Offline or non-writeable account? Nothing to fix
/packages/apps/Contacts/src/com/android/contacts/util/
H A DLocalizedNameResolver.java32 import com.android.contacts.model.account.ExternalAccountType;
40 * Retrieves localized names per account type. This allows customizing texts like
41 * "All Contacts" for certain account types, but e.g. "All Friends" or "All Connections" for others.
49 * Returns the name for All Contacts for the specified account type.
59 * Finds "All Contacts"-Name for the specified account type.
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DAccountWithDataSetTest.java24 import com.android.contacts.model.account.AccountWithDataSet;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractConversationViewFragment.java65 protected static final String ARG_ACCOUNT = "account";
143 public static Bundle makeBasicArgs(Account account) { argument
145 args.putParcelable(ARG_ACCOUNT, account);
269 * (such as one that does not rely on account and/or conversation.
275 public static String buildBaseUri(Context context, Account account, Conversation conversation) { argument
278 return "x-thread://" + account.getAccountId().hashCode() + "/" + conversation.id;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DContactsBinaryDictionary.java66 final File dictFile, final String dictNamePrefix, @Nullable final String account) {
65 getDictionary(final Context context, final Locale locale, final File dictFile, final String dictNamePrefix, @Nullable final String account) argument
H A DUserBinaryDictionary.java97 final String dictNamePrefix, @Nullable final String account) {
95 getDictionary( final Context context, final Locale locale, final File dictFile, final String dictNamePrefix, @Nullable final String account) argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java156 protected boolean isContactsAccount(Account account) { argument
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2Test.java153 Account account = new Account("accountName", "accountType");
154 createAutoAddGroup(account);
156 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account);
162 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account);
636 // The aggregate this raw contact could join has a raw contact from the same account,
684 Account account = new Account("accountName", "accountType");
685 createAutoAddGroup(account);
687 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account);
693 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account);
709 Account account
[all...]
H A DContactAggregatorTest.java153 Account account = new Account("accountName", "accountType");
154 createAutoAddGroup(account);
156 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account);
162 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account);
620 // The aggregate this raw contact could join has a raw contact from the same account,
668 Account account = new Account("accountName", "accountType");
669 createAutoAddGroup(account);
671 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account);
677 long rawContactId3 = RawContactUtil.createRawContact(mResolver, account);
693 Account account
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DPbapClientConnectionHandler.java349 private boolean addAccount(Account account) { argument
350 if (mAccountManager.addAccountExplicitly(account, null, null)) {
352 Log.d(TAG, "Added account " + mAccount);
362 Log.d(TAG, "Removed account " + acc);
365 Log.e(TAG, "Failed to remove account " + mAccount);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java53 import com.android.contacts.model.account.AccountDisplayInfo;
54 import com.android.contacts.model.account.AccountInfo;
138 * Returns a content description String for the container of the account information
H A DEventFieldEditorView.java35 import com.android.contacts.model.account.AccountType.EditField;
36 import com.android.contacts.model.account.AccountType.EventEditType;
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DImportDialogFragment.java46 import com.android.contacts.model.account.AccountInfo;
47 import com.android.contacts.model.account.AccountWithDataSet;
264 // - just one account -> use the account without asking the user
265 // - no account -> use phone-local storage without asking the user
268 // Send over to the account selector
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java28 import com.android.contacts.common.model.account.AccountType;
29 import com.android.contacts.common.model.account.AccountWithDataSet;
38 * RawContact contains the information from a single account.
41 * account type, name, data set, sync state, etc.) and a list of DataItem objects that represent
124 /** Returns the account name of the raw contact. */
129 /** Returns the account type of the raw contact. */
180 * Sets the account name, account type, and data set strings. Valid combinations for account-name,
181 * account
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DEmlMessageViewFragment.java99 public EmlWebViewClient(Account account) { argument
100 super(account);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java371 * @param account
376 public void addAttachment(Account account, Attachment attachment) argument
378 final int maxSize = account.settings.getMaxAttachmentSize();
/packages/apps/Email/tests/src/com/android/email/provider/
H A DAttachmentProviderTests.java174 // Create mailboxes for each account
187 // b1 (account 1, inbox): 2 messages
191 // b2 (account 1, mail): 2 messages
195 // b3 (account 2, inbox): 1 message
198 // b4 (account 2, mail) has no messages.
200 // bt (account 2, trash): 1 message
443 private Uri createAttachment(Account account, long messageId, String contentUriStr) { argument
448 long attachmentId = addAttachmentToDb(account, newAttachment);
449 Uri attachmentUri = AttachmentUtilities.getAttachmentUri(account.mId, attachmentId);
584 * Test the functionality of deleting an entire account'
637 populateAccountMailbox(Account account, long mailboxId, int numAttachments) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java66 import com.android.contacts.model.account.AccountWithDataSet;
96 public static final String EXTRA_ACCOUNT = "account";
370 ArrayList<ContentValues> values, AccountWithDataSet account,
375 if (account != null) {
376 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_NAME, account.name);
377 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account.type);
378 serviceIntent.putExtra(ContactSaveService.EXTRA_DATA_SET, account.dataSet);
749 * @param account in which the group should be created
756 public static Intent createNewGroupIntent(Context context, AccountWithDataSet account, argument
761 serviceIntent.putExtra(ContactSaveService.EXTRA_ACCOUNT_TYPE, account
369 createNewRawContactIntent(Context context, ArrayList<ContentValues> values, AccountWithDataSet account, Class<? extends Activity> callbackActivity, String callbackAction) argument
1825 create(String title, AccountWithDataSet account) argument
1912 create(String title, AccountWithDataSet account) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1741 Account account = getAccount(calId);
1742 if (account != null) {
1743 accountName = account.name;
1744 accountType = account.type;
2132 Account account = getAccount(calendar_id);
2135 if (account != null) {
2136 accountName = account.name;
2137 accountType = account.type;
2210 final Account account = new Account(accountName, accountType);
2212 mDbHelper.scheduleSync(account, fals
[all...]
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountPreferenceController.java103 * The preference that displays the add account button.
127 * The map from account key to account preference
488 // Skip showing any account that does not have any of the requested authorities
504 // Add a preference row for each individual account
505 for (Account account : accounts) {
507 preferenceToRemove.remove(AccountTypePreference.buildKey(account));
513 helper.getAuthoritiesForAccountType(account.type);
519 account);
531 account, titleResPackageNam
[all...]

Completed in 1783 milliseconds

<<111213141516