HomeSort by relevance Sort by last modified time
    Searched refs:accounts (Results 376 - 400 of 466) sorted by null

<<111213141516171819

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 3 import android.accounts.Account;
  /frameworks/base/services/core/java/com/android/server/content/
SyncOperation.java 19 import android.accounts.Account;
301 * Parallel syncs allow multiple accounts to be synced at the same time.
SyncStorageEngine.java 19 import android.accounts.Account;
20 import android.accounts.AccountAndUser;
21 import android.accounts.AccountManager;
141 // the version of the accounts xml file format
356 * Validator that maintains a lazy cache of accounts and providers to tell if an authority or
437 * This file contains the core engine state: all accounts and the
480 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
704 * persisted variable - namely the "syncable" attribute for an AuthorityInfo in accounts.xml.
745 * the account or provider info be null, which signifies all accounts or providers.
756 // accounts/providers
    [all...]
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
UtilsTest.java 27 import android.accounts.AccountManager;
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/parser/
PropertiesProvisioningDataParserTest.java 44 import android.accounts.Account;
  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableResources.java 35 import com.android.settings.accounts.UserAndAccountDashboardFragment;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GroupsTest.java 19 import android.accounts.Account;
  /packages/services/Telephony/src/com/android/phone/
SimContacts.java 19 import android.accounts.Account;
  /frameworks/base/config/
preloaded-classes 26 android.accounts.Account
27 android.accounts.Account$1
28 android.accounts.AccountManager
29 android.accounts.AccountManager$1
30 android.accounts.AccountManager$11
31 android.accounts.AccountManager$AmsTask
32 android.accounts.AccountManager$AmsTask$1
33 android.accounts.AccountManager$AmsTask$Response
34 android.accounts.AccountManager$BaseFutureTask
35 android.accounts.AccountManager$BaseFutureTask$
    [all...]
compiled-classes-phone 37 android.accounts.AbstractAccountAuthenticator
38 android.accounts.AbstractAccountAuthenticator$Transport
39 android.accounts.Account
40 android.accounts.Account$1
41 android.accounts.AccountAndUser
42 android.accounts.AccountAuthenticatorResponse
43 android.accounts.AccountAuthenticatorResponse$1
44 android.accounts.AccountManager
45 android.accounts.AccountManager$1
46 android.accounts.AccountManager$1
    [all...]
  /prebuilts/misc/common/robolectric/lib/
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /external/valgrind/cachegrind/
cg_annotate.in 152 --threshold=<0--20> a function is shown if it accounts for more than x% of
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 516 public void setAccounts(List<AccountInfo> accounts) {
518 mAccounts.addAll(accounts);
758 // Accounts haven't loaded yet or we are editing.
777 // If we're saving a new contact and there are multiple accounts, add the account selector.
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 49 * from all defined accounts.
80 // MUST ignore accounts with this bit set; in addition, ContentObservers for this data
537 public android.accounts.Account getAccountManagerAccount(String type) {
538 return new android.accounts.Account(mEmailAddress, type);
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
SecurityPolicy.java 103 * Compute the aggregate policy for all accounts that require it, and record it.
232 * Typically used when deleting accounts, although we may use it for server-side policy
305 * state against the aggregate set of device policies stored in all accounts.
309 * NOTE: If there are multiple accounts with password expiration policies, the device
312 * the expiration. In other words, all accounts (that require expiration) will run/stop
582 final android.accounts.Account amAccount =
583 new android.accounts.Account(account.mEmailAddress, info.accountType);
712 * Delete all accounts whose security flags aren't zero (i.e. they have security enabled).
720 // Find all accounts with security and delete them
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupFinal.java 19 import android.accounts.AccountAuthenticatorResponse;
20 import android.accounts.AccountManager;
89 * Note: For accounts that require the full email address in the login, encode the @ as %40.
90 * Note: Exchange accounts that require device security policies cannot be created
93 * For accounts that correspond to services in providers.xml you can also use the following form
261 * To support continuous testing, we allow the forced creation of accounts.
365 // Launch a loader to cache some info about existing accounts so we can dupe-check against
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 20 import android.accounts.Account;
21 import android.accounts.AccountManager;
22 import android.accounts.OnAccountsUpdateListener;
    [all...]

Completed in 995 milliseconds

<<111213141516171819