HomeSort by relevance Sort by last modified time
    Searched refs:accounts (Results 151 - 175 of 364) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 19 import android.accounts.AccountManager;
20 import android.accounts.AuthenticatorDescription;
AccountWithDataSet.java 19 import android.accounts.Account;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
TestableInvalidationService.java 7 import android.accounts.Account;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AccountTest.java 3 import android.accounts.Account;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryConstructor.java 18 import android.accounts.Account;
  /packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java 19 import android.accounts.Account;
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasPing.java 58 private final android.accounts.Account mAmAccount;
94 final android.accounts.Account amAccount) {
139 public final android.accounts.Account getAmAccount() {
401 public static void requestPing(final android.accounts.Account amAccount) {
  /packages/apps/Exchange/src/com/android/exchange/service/
PingTask.java 40 final android.accounts.Account amAccount,
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 23 import android.accounts.Account;
24 import android.accounts.AccountAuthenticatorActivity;
25 import android.accounts.AccountManager;
  /external/chromium_org/chrome/browser/chromeos/login/
existing_user_controller_auto_login_unittest.cc 83 base::ListValue accounts; local
84 accounts.Append(account.release());
85 CrosSettings::Get()->Set(kAccountsPrefDeviceLocalAccounts, accounts);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 80 final List<AccountWithDataSet> accounts = AccountTypeManager.getInstance(this). local
82 final int numAccounts = accounts.size();
84 throw new IllegalStateException("Cannot have a negative number of accounts");
88 // When the user has 2+ writable accounts, show a list of accounts so the user can pick
113 final AccountWithDataSet account = accounts.get(0);
132 // If the user has 0 writable accounts, we will just show the user a message with 2
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
AccountWithDataSet.java 19 import android.accounts.Account;
167 public static String stringifyList(List<AccountWithDataSet> accounts) {
170 for (AccountWithDataSet account : accounts) {
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MailAppProvider.java 56 * The Mail App provider allows email providers to register "accounts" and the UI has a single
57 * place to query for the list of accounts.
60 * the application. For example, the mock accounts can be enabled/disabled.
61 * In the future, once other processes can add new accounts, this could allow other "mail"
74 * by {@link #getNoAccountsIntent} to return the list of accounts. The data
113 * doesn't return any accounts.
115 * The result from the {@link Activity} activity should include the list of accounts in
118 * @return Intent or null, if the provider doesn't specify a behavior when no accounts are
178 // This content provider currently only supports one query (to return the list of accounts).
235 * Asynchronously adds all of the accounts that are specified by the result set returned b
334 JSONArray accounts = null; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 17 package com.android.settings.accounts;
19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AuthenticatorDescription;
74 "com.android.settings.accounts.LAUNCHING_LOCATION_SETTINGS";
84 // If an account type is set, then show only accounts of that type
344 Account[] accounts = AccountManager.get(getActivity()).getAccountsAsUser(
349 for (int i = 0, n = accounts.length; i < n; i++) {
350 final Account account = accounts[i];
AccountSettings.java 17 package com.android.settings.accounts;
20 import android.accounts.Account;
21 import android.accounts.AccountManager;
91 * Holds data related to the accounts belonging to one profile.
95 * The preference that displays the accounts.
107 * The {@link AuthenticatorHelper} that holds accounts data for this profile.
343 // Put a label instead of the accounts list
373 final Account[] accounts = AccountManager.get(getActivity()) local
375 final boolean skipToAccount = accounts.length == 1
381 accounts[0])
    [all...]
ChooseAccountActivity.java 17 package com.android.settings.accounts;
19 import android.accounts.AccountManager;
20 import android.accounts.AuthenticatorDescription;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 19 import android.accounts.Account;
391 // Accounts won't be affected so false should be passed here.
422 Account[] accounts = new Account[]{ local
425 mActor.setAccounts(accounts);
426 ((ContactsProvider2)getProvider()).onAccountsUpdated(accounts);
438 accounts = new Account[]{new Account("account-name1", "account-type1")};
439 mActor.setAccounts(accounts);
440 ((ContactsProvider2)getProvider()).onAccountsUpdated(accounts);
  /frameworks/base/core/java/android/accounts/
AccountManager.java 17 package android.accounts;
54 * online accounts. The user enters credentials (username and password) once
58 * <p>Different online services have different ways of handling accounts and
80 * <li>List the available accounts using {@link #getAccountsByType} or
82 * be interested in accounts with one particular <em>type</em>, which
88 * <li>Select one or more of the available accounts, possibly by asking the
89 * user for their preference. If no suitable accounts are available,
95 * of accounts returned by {@link #getAccountsByType}. Requesting an auth token
193 public static final String KEY_ACCOUNTS = "accounts";
230 "android.accounts.AccountAuthenticator"
    [all...]
  /packages/apps/Email/src/com/android/email/service/
EmailServiceUtils.java 19 import android.accounts.AccountManager;
20 import android.accounts.AccountManagerCallback;
21 import android.accounts.AccountManagerFuture;
22 import android.accounts.AuthenticatorException;
23 import android.accounts.OperationCanceledException;
329 android.accounts.Account amAccount, final Map<String, String> protocolMap) {
396 new android.accounts.Account(amName, oldType));
408 new android.accounts.Account(amName, oldType));
452 new android.accounts.Account(amName, accountType),
468 new android.accounts.Account(amName, accountType)
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
background.js 120 // 'google-accounts-signin'.
124 // header 'google-accounts-signin'.
230 // The header google-accounts-embedded is only set on gaia domain.
234 if (headers[i].name.toLowerCase() == 'google-accounts-embedded')
262 * email from google-accounts-signin-header.
275 if (headers[i].name.toLowerCase() == 'google-accounts-signin') {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCreationFragment.java 19 import android.accounts.AccountManagerFuture;
20 import android.accounts.AuthenticatorException;
21 import android.accounts.OperationCanceledException;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
RawContactUtil.java 19 import android.accounts.Account;
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AuthenticatorDescription;
22 import android.accounts.OnAccountsUpdateListener;
241 * Updates account list spinner when the list of Accounts on the system changes. Satisfies
254 // The user may have multiple accounts with the same name, so we need to construct a
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 7 import android.accounts.Account;
53 * {@link #setRegisteredTypes(android.accounts.Account, boolean, java.util.Set)} with the stored
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DelayedSyncController.java 7 import android.accounts.Account;

Completed in 2073 milliseconds

1 2 3 4 5 67 8 91011>>