HomeSort by relevance Sort by last modified time
    Searched refs:account (Results 251 - 275 of 312) sorted by null

<<111213

  /packages/apps/Contacts/src/com/android/contacts/model/account/
GoogleAccountType.java 17 package com.android.contacts.model.account;
67 Log.e(TAG, "Problem building account type", e);
ExternalAccountType.java 17 package com.android.contacts.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.model.account;
70 Log.e(TAG, "Problem building account type", e);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 33 import com.android.contacts.model.account.AccountType.EditType;
  /packages/apps/Contacts/src/com/android/contacts/socialwidget/
SocialWidgetProvider.java 44 import com.android.contacts.model.account.AccountType;
  /packages/apps/Contacts/tests/src/com/android/contacts/model/account/
ExternalAccountTypeTest.java 17 package com.android.contacts.model.account;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java 35 import com.android.contacts.model.account.GoogleAccountType;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 64 public String account; field in class:PhotoSource.AlbumData
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactModifier.java 53 import com.android.contacts.model.account.AccountType;
54 import com.android.contacts.model.account.AccountType.EditField;
55 import com.android.contacts.model.account.AccountType.EditType;
56 import com.android.contacts.model.account.AccountType.EventEditType;
57 import com.android.contacts.model.account.GoogleAccountType;
110 * account doesn't support this {@link DataKind}.
698 Log.e(TAG, "Mimetype not supported for account type "
    [all...]
ContactLoader.java 46 import com.android.contacts.model.account.AccountType;
47 import com.android.contacts.model.account.AccountTypeWithDataSet;
464 * Sets the "invitable" account types to {@link Contact#mInvitableAccountTypes}.
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 84 import com.android.contacts.model.account.AccountWithDataSet;
    [all...]
ConfirmAddDetailActivity.java 70 import com.android.contacts.model.account.AccountType;
71 import com.android.contacts.model.account.AccountWithDataSet;
91 * on the first editable account found, and the data will be added to this raw_contact. The newly
130 /** {@link RawContactDeltaList} for the editable account */
593 // Selected contact is read-only, and there's no editable account.
615 * Create an {@link RawContactDelta} for a raw_contact on the first editable account found, and add
621 // First, see if there's an editable account.
625 // No editable account type found. The dialog will be read-only mode.
669 // 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...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 63 content.css({marginLeft:parseInt(navWidth) + 6 + "px", //account for 6px-wide handle-bar
200 content.css({marginLeft:parseInt(sidenavWidth) + 6 + "px", //account for 6px-wide handle-bar
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 42 import com.android.contacts.model.account.AccountType.EditField;
LabeledEditorView.java 52 import com.android.contacts.model.account.AccountType.EditType;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 57 import com.android.contacts.model.account.AccountType;
76 * The account type and dataset have been determined.
337 * 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.model.account.AccountType;
48 import com.android.contacts.model.account.AccountType.EditType;
49 import com.android.contacts.model.account.ExchangeAccountType;
50 import com.android.contacts.model.account.GoogleAccountType;
    [all...]
  /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;
2946 final Account account = new Account(accountName, accountType); local
    [all...]
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
BaseRecipientAdapter.java 19 import android.accounts.Account;
435 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;
592 // If an account has been provided and we found a directory that
593 // corresponds to that account, place that directory second, directly
    [all...]
  /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
  /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) {

Completed in 1473 milliseconds

<<111213