HomeSort by relevance Sort by last modified time
    Searched refs:account (Results 226 - 250 of 337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 32 import com.android.contacts.common.model.account.AccountType;
EventFieldEditorView.java 34 import com.android.contacts.common.model.account.AccountType.EditField;
35 import com.android.contacts.common.model.account.AccountType.EventEditType;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
MoreContactUtils.java 32 import com.android.contacts.common.model.account.AccountType;
197 * Returns the intent to launch for the given invitable account type and contact lookup URI.
198 * This will return null if the account type is not invitable (i.e. there is no
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java 30 import com.android.contacts.common.model.account.AccountType;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountWithDataSetTest.java 24 import com.android.contacts.common.model.account.AccountWithDataSet;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousContactsProvider2.java 19 import android.accounts.Account;
38 private Account mAccount;
143 protected Account getDefaultAccount() {
145 mAccount = new Account("androidtest@gmail.com", "com.google");
151 protected boolean isContactsAccount(Account account) {
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 43 import com.android.emailcommon.provider.Account;
131 new ContentCache("Account", Account.CONTENT_PROJECTION, MAX_CACHED_ACCOUNTS);
143 private static final int ACCOUNT = ACCOUNT_BASE;
224 Account.TABLE_NAME,
254 Account.CONTENT_PROJECTION,
307 matcher.addURI(EmailContent.AUTHORITY, "account", ACCOUNT);
308 // A specific account
309 // insert into this URI causes a mailbox to be added to the account
1332 Account account = new Account(); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 148 BookmarkAccount account = local
150 if (folder == mRootFolder && account != null) {
153 account.accountType, account.accountName);
444 BookmarkAccount account = mAccountAdapter.getItem(i); local
445 if (TextUtils.equals(account.accountName, accountName)
446 && TextUtils.equals(account.accountType, accountType)) {
448 onRootFolderFound(account.rootFolderId);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContact.java 30 import com.android.contacts.common.model.account.AccountType;
31 import com.android.contacts.common.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.
225 * Returns the account type and data set of the raw contact.
280 * Sets the account name, account type, and data set strings.
281 * Valid combinations for account-name, account-type, data-se
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 19 import android.accounts.Account;
434 private Account mAccount;
544 * Set the account when known. Causes the search to prioritize contacts from that account.
547 public void setAccount(Account account) {
548 mAccount = account;
558 Cursor directoryCursor, Account account) {
593 // If an account has been provided and we found a directory tha
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 22 import com.android.emailcommon.provider.Account;
93 Account account1 = ProviderTestUtils.setupAccount("attachment-query", false, mMockContext);
182 Account a1 = ProviderTestUtils.setupAccount("inboxquery-1", true, mMockContext);
183 Account a2 = ProviderTestUtils.setupAccount("inboxquery-2", true, mMockContext);
185 // Create mailboxes for each account
198 // b1 (account 1, inbox): 2 messages
202 // b2 (account 1, mail): 2 messages
206 // b3 (account 2, inbox): 1 message
209 // b4 (account 2, mail) has no messages.
211 // bt (account 2, trash): 1 messag
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 20 import android.accounts.Account;
1753 Account account = getAccount(calId); local
2139 Account account = getAccount(calendar_id); local
2217 final Account account = new Account(accountName, accountType); local
2690 Account account = null; local
3979 Account account = getAccount(id); local
4445 Account account = null; local
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 42 * work but will only return data for the first Google account created, which matches the original
172 * specified account. For this setting the _SYNC_ACCOUNT column must be set.
187 public static String getSetting(ContentResolver cr, String account, String key) {
188 // For now we only support a single account and the UI doesn't know what
189 // the account name is, so we're using a global setting for SYNC_EVERYTHING.
190 // Some day when we add multiple accounts to the UI this should honor the account
195 selectString = (account == null)
199 selectArgs = (account == null)
201 : new String[]{account, key};
220 public static void setSetting(ContentResolver cr, String account, String key
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
Pop3Store.java 37 import com.android.emailcommon.provider.Account;
92 public static Store newInstance(Account account, Context context) throws MessagingException {
93 return new Pop3Store(context, account);
97 * Creates a new store for the given account.
99 private Pop3Store(Context context, Account account) throws MessagingException {
101 mAccount = account;
103 HostAuth recvAuth = account.getOrCreateHostAuthRecv(context);
186 * Used by account setup to test if an account's settings are appropriate. The definitio
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
AllIntentsActivity.java 19 import android.accounts.Account;
630 public void onAccountChosen(Account account, String dataSet, int tag) {
634 intent.putExtra(Insert.ACCOUNT, account);
642 intent.putExtra(Insert.ACCOUNT, account);
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 47 import android.accounts.Account;
138 Account accounts[] = AccountManager.get(this).getAccountsByType(
166 Account account = new Account(accountName, local
170 account, new Bundle());
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableRowElement01.js 80 not display order. The rowIndex does not take into account sections
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableRowElement01.js 80 not display order. The rowIndex does not take into account sections
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragment.java 39 import com.android.emailcommon.provider.Account;
297 Account account = Account.restoreAccountWithId(mContext, getAccountId()); local
298 boolean supportsMove = account.supportsMoveMessages(mContext)
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 23 import com.android.emailcommon.provider.Account;
105 // Create account and two mailboxes
168 void setupSyncParserAndAdapter(Account account, Mailbox mailbox) throws IOException {
169 EasSyncService service = getTestService(account, mailbox);
177 // Create account and two mailboxes
178 mAccount = EmailContentSetupUtils.setupAccount("account", true, mProviderContext);
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 23 import com.android.emailcommon.provider.Account;
105 // Create account and two mailboxes
168 void setupSyncParserAndAdapter(Account account, Mailbox mailbox) throws IOException {
169 EasSyncService service = getTestService(account, mailbox);
177 // Create account and two mailboxes
178 mAccount = EmailContentSetupUtils.setupAccount("account", true, mProviderContext);
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2Test.java 198 String account; field in class:CalendarProvider2Test.Delete
202 public Delete(String eventName, int expected, String account, String accountType) {
205 this.account = account;
211 int rows = deleteMatchingEvents(eventName, account, accountType);
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 19 import android.accounts.Account;
48 public static final String ACCOUNT_NAME = "android.accounts.cts.account.name";
49 public static final String ACCOUNT_NAME_OTHER = "android.accounts.cts.account.name.other";
51 public static final String ACCOUNT_TYPE = "android.accounts.cts.account.type";
52 public static final String ACCOUNT_TYPE_OTHER = "android.accounts.cts.account.type.other";
54 public static final String ACCOUNT_PASSWORD = "android.accounts.cts.account.password";
82 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE);
83 public static final Account ACCOUNT_SAME_TYPE = new Account(ACCOUNT_NAME_OTHER, ACCOUNT_TYPE)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactsTest.java 36 import android.provider.cts.contacts.account.StaticAccountAuthenticator;
ContactsContract_RawContactsTest.java 33 import android.provider.cts.contacts.account.StaticAccountAuthenticator;

Completed in 766 milliseconds

1 2 3 4 5 6 7 8 91011>>