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

<<11121314

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 55 import com.android.contacts.common.model.account.AccountType;
56 import com.android.contacts.common.model.account.AccountType.EditField;
57 import com.android.contacts.common.model.account.AccountType.EditType;
58 import com.android.contacts.common.model.account.AccountType.EventEditType;
59 import com.android.contacts.common.model.account.GoogleAccountType;
112 * account doesn't support this {@link DataKind}.
700 Log.e(TAG, "Mimetype not supported for account type "
    [all...]
RawContactDelta.java 34 import com.android.contacts.common.model.account.AccountType;
ContactLoader.java 47 import com.android.contacts.common.model.account.AccountType;
48 import com.android.contacts.common.model.account.AccountTypeWithDataSet;
465 * Sets the "invitable" account types to {@link Contact#mInvitableAccountTypes}.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 85 import com.android.contacts.common.model.account.AccountWithDataSet;
    [all...]
ConfirmAddDetailActivity.java 71 import com.android.contacts.common.model.account.AccountType;
72 import com.android.contacts.common.model.account.AccountWithDataSet;
92 * on the first editable account found, and the data will be added to this raw_contact. The newly
131 /** {@link RawContactDeltaList} for the editable account */
594 // Selected contact is read-only, and there's no editable account.
616 * Create an {@link RawContactDelta} for a raw_contact on the first editable account found, and add
622 // First, see if there's an editable account.
626 // No editable account type found. The dialog will be read-only mode.
670 // account type to use. In this case, display an error message and hide the "OK" button.
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 47 import com.android.emailcommon.provider.Account;
287 * Look for an existing account with the same username & server
290 * @param allowAccountId this account Id will not trigger (when editing an existing account)
293 * @result null = no matching account found. Account = matching account
295 public static Account findExistingAccount(Context context, long allowAccountId,
305 // Find account with matching hostauthrecv key, and return it
306 Cursor c2 = resolver.query(Account.CONTENT_URI, Account.ID_PROJECTION
312 Account account = Account.restoreAccountWithId(context, accountId); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 42 import com.android.contacts.common.model.account.AccountType.EditField;
LabeledEditorView.java 52 import com.android.contacts.common.model.account.AccountType.EditType;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 57 import com.android.contacts.common.model.account.AccountType;
76 * The account type and dataset have been determined.
338 * Once the account type, group source action, and group source URI have been determined
  /packages/apps/Contacts/tests/src/com/android/contacts/
RawContactModifierTests.java 47 import com.android.contacts.common.model.account.AccountType;
48 import com.android.contacts.common.model.account.AccountType.EditType;
49 import com.android.contacts.common.model.account.ExchangeAccountType;
50 import com.android.contacts.common.model.account.GoogleAccountType;
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
ExternalAccountType.java 17 package com.android.contacts.common.model.account;
45 * A general contacts account type descriptor.
70 // The following attributes should only be set in non-sync-adapter account types. They allow
71 // for the account type and resource IDs to be specified without an associated authenticator.
117 // If the package name is not found, we can't initialize this account type.
171 // If we reach this point, the account type has been successfully initialized.
179 * which account type, so this method looks through all services in the package, and just
183 * the account type *will* be initialized with minimal configuration.
186 * in which case the account type will *not* be initialized.
226 * Whether this account type has the android.provider.CONTACTS_STRUCTURE metadata xml
    [all...]
ExchangeAccountType.java 17 package com.android.contacts.common.model.account;
70 Log.e(TAG, "Problem building account type", e);
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 39 * Values for the current state of a Folder/Account; note that it's possible that more than one
53 // An initial sync is needed for this Account/Folder to be used
60 * Values for the result of the last attempted sync of a Folder/Account
81 "vnd.android.cursor.dir/vnd.com.android.mail.account";
83 "vnd.android.cursor.item/vnd.com.android.mail.account";
198 * their account name? For instance, GMail allows users to set FROM addresses that are
199 * different from account@gmail.com address. For instance, user@gmail.com could have another
211 * Does this account support searching locally, on the device? This requires the backend
232 * Whether the account provides help content.
236 * Whether the account provides a way to send feedback content
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 19 import android.accounts.Account;
2962 final Account account = new Account(accountName, accountType); local
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java     [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 19 import android.accounts.Account;
355 Account [] accounts = am.getAccounts();
357 for (Account account : accounts) {
358 am.addSharedAccount(account, user);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 21 import android.accounts.Account;
588 * Get the name of the first allowed account on the device.
592 * @return The user's account name.
602 // Filter first by account type.
603 final Account[] accounts = manager.getAccountsByType(sAccountType);
605 for (final Account account : accounts) {
607 Log.d(TAG, account.name);
609 final String[] parts = account.name.split("@");
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
362 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
288 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px"}); //account for 6px-wide handle-bar
  /external/iproute2/doc/
api-ip6-flowlabels.tex 255 for implementor (i.e.\ me), and taking into account that flow labels
257 advanced API, especially, taking into account that eventually we
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 18 import android.accounts.Account;
42 private Account a, b;
51 a = new Account("a", "type");
52 b = new Account("b", "type");
287 assertThat(first.account, equalTo(a));
301 bundle.putParcelable("account", a);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 66 import com.android.contacts.common.model.account.AccountType;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 19 import android.accounts.Account;
89 private Account[] mAccounts = new Account[0];
119 public Account[] getAccounts() {
124 public AccountManagerFuture<Account[]> getAccountsByTypeAndFeatures(
126 AccountManagerCallback<Account[]> callback, Handler handler) {
131 public String blockingGetAuthToken(Account account, String authTokenType,
518 public void setAccounts(Account[] accounts) {
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 34 import com.android.emailcommon.provider.Account;
72 "create trigger account_delete before delete on " + Account.TABLE_NAME +
102 // Version 19: Add Policy table; add policyKey to Account table and trigger to delete an
103 // Account's policy when the Account is deleted
112 // Version 28: Add notifiedMessageId and notifiedMessageCount to Account
324 db.execSQL("create table " + Account.TABLE_NAME + s);
325 // Deleting an account deletes associated Mailboxes and HostAuth's
331 db.execSQL("drop table " + Account.TABLE_NAME);
536 db.execSQL("delete from " + Account.TABLE_NAM
    [all...]
  /prebuilts/sdk/18/
android.jar 

Completed in 936 milliseconds

<<11121314