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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
DelayedSyncControllerTest.java 7 import android.accounts.Account;
  /external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
ChromeSigninController.java 7 import android.accounts.Account;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationPreferencesTest.java 7 import android.accounts.Account;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 3 import android.accounts.Account;
  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 17 package android.accounts;
  /frameworks/base/core/java/android/content/
PeriodicSync.java 22 import android.accounts.Account;
SyncActivityTooManyDeletes.java 20 import android.accounts.Account;
IContentService.aidl 19 import android.accounts.Account;
157 * Returns the status that matches the authority. If there are multiples accounts for
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 18 import android.accounts.Account;
19 import android.accounts.AccountManager;
249 Account[] accounts = am.getAccounts(); local
250 // use set here in case device has multiple accounts of the same type
252 for (Account account : accounts) {
261 StringBuilder sb = new StringBuilder("Device missing these accounts:");
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 346 final android.accounts.Account androidAcct = new android.accounts.Account(
367 final android.accounts.Account androidAcct = new android.accounts.Account(
372 final android.accounts.Account androidAcct = new android.accounts.Account(
377 final android.accounts.Account androidAcct = new android.accounts.Account(
652 final android.accounts.Account androidAcct = mUiAccount.getAccountManagerAccount();
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 102 public void onPerformSync(final android.accounts.Account acct, final Bundle extras,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountsBrowseInfo.java 17 package com.android.tv.settings.accounts;
30 * Browse info for accounts.
ContactPhotoUtils.java 17 package com.android.tv.settings.accounts;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
AccountImageHelper.java 19 import android.accounts.Account;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TurnAutoSyncOnDialog.java 19 import android.accounts.Account;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
21 import android.accounts.AccountManagerCallback;
22 import android.accounts.AccountManagerFuture;
23 import android.accounts.AuthenticatorException;
24 import android.accounts.OnAccountsUpdateListener;
25 import android.accounts.OperationCanceledException;
656 public void setAccounts(Account[] accounts) {
657 mAccounts = accounts;
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java 21 import android.accounts.Account;
22 import android.accounts.AccountManager;
50 // accounts.
111 * Contact has merged raw contacts from different accounts. Contact should not be deleted when
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java 19 import android.accounts.Account;
43 import com.example.android.common.accounts.GenericAccountService;
  /external/chromium_org/components/signin/core/browser/
account_reconcilor.h 68 // SigninOAuthHelper use the gaia "email" property when adding accounts to
159 const std::vector<std::pair<std::string, bool> >& accounts);
175 const std::vector<std::pair<std::string, bool> >& accounts);
226 // True while the reconcilor is busy checking or managing the accounts in
235 // holds the state of google accounts in the gaia cookie. Each element is
237 // indicates whether the account is valid or not. The accounts in the vector
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncFragment.java 19 import android.accounts.Account;
130 mAccountsButton.setText(res.getString(R.string.accounts));
209 // Called when the Accounts button is pressed. Takes the user to the
210 // Accounts and Sync settings page.
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorUtils.java 19 import android.accounts.Account;
20 import android.accounts.AccountManager;
110 * Saves all writable accounts and the default account, which can later be obtained
123 // If the default is "local only", there should be no writable accounts.
125 // asynchronously using a worker thread, it is possible that there are accounts at this
175 * @return saved known accounts, or an empty list if none has been saved yet.
186 Log.e(TAG, "Error with retrieving saved accounts " + exception.toString());
195 * @return true if the contact editor should show the "accounts changed" notification, that is:
227 // ("local" account) while there are multiple accounts, then show the notification dialog.
232 + " and current writable accounts be saved again")
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 64 // Initialize with 0 types, 0 accounts.
77 private void setAccounts(AccountWithDataSet... accounts) {
78 mAccountTypes.mAccounts = accounts;
125 // Save 0 accounts.
141 // 2 accounts
149 // 2 accounts, and save null as the default. Even though there are accounts, the saved
160 // 0 accounts
165 // 2 accounts
175 * 0 accounts
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 47 * Shows a list of all available accounts, letting the user select under which account to view
116 List<AccountWithDataSet> accounts = accountTypes.getAccounts(false); local
117 for (AccountWithDataSet account : accounts) {
128 // Always show "All", even when there's no accounts. (We may have local contacts)

Completed in 1553 milliseconds

1 2 3 4 5 6 78 91011>>