Searched defs:accounts (Results 26 - 26 of 26) sorted by relevance

12

/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java26 import android.accounts.Account;
27 import android.accounts.AccountAndUser;
134 // the version of the accounts xml file format
310 * This file contains the core engine state: all accounts and the
356 mAccountInfoFile = new AtomicFile(new File(syncDir, "accounts.xml"));
846 true /* write accounts to storage */);
936 * active accounts.
938 public void doDatabaseCleanup(Account[] accounts, int userId) { argument
940 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.w(TAG, "Updating for new accounts...");
945 if (!ArrayUtils.contains(accounts, ac
[all...]

Completed in 106 milliseconds

12