HomeSort by relevance Sort by last modified time
    Searched refs:backups (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/
AccountBackupRestore.java 35 * this will also support server-side backups, providing support for automatic account restoration
78 * @param preferences used to access the backups (provided separately for testability)
146 * @param preferences used to access the backups (provided separately for testability)
159 Account[] backups = preferences.getAccounts(); local
160 if (backups.length == 0) {
164 Log.w(Email.LOG_TAG, "*** Restoring Email Accounts, found " + backups.length);
166 // 3. Possible lost accounts situation - check for any backups, and restore them
167 for (Account backupAccount : backups) {
  /packages/apps/Email/tests/src/com/android/email/
AccountBackupRestoreTests.java 78 // create some "old" backups or legacy accounts
88 // run backups
90 // confirm there are no backups made
91 Account[] backups = mPreferences.getAccounts(); local
92 assertEquals(0, backups.length);
120 // run backups
123 // Confirm we have two backups now
126 Account[] backups = mPreferences.getAccounts(); local
127 assertEquals(2, backups.length);
128 for (Account backup : backups) {
    [all...]
  /external/blktrace/doc/
blktrace.tex 250 Superblock backups stored on blocks:
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 830 milliseconds