HomeSort by relevance Sort by last modified time
    Searched full:backup (Results 1 - 25 of 1008) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_preen/
name 1 preen shouldn't destroy backup superblocks
  /external/e2fsprogs/tests/f_badjourblks/
name 1 Illegal blocks in journal inode (and backup in superblock)
  /frameworks/base/core/java/android/app/backup/
package.html 3 <p>Contains the backup and restore functionality available to
5 device, all applications that have enabled backup can restore the user's previous data when the
9 href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> guide.</p>
12 <p>All backup and restore operations are controlled by the {@link
13 android.app.backup.BackupManager}. Each application that would
14 like to enable backup and preserve its data on remote strage must implement a
15 backup agent. A backup agent can be built by extending either {@link android.app.backup.BackupAgent
    [all...]
BackupManager.java 17 package android.app.backup;
19 import android.app.backup.RestoreSession;
20 import android.app.backup.IBackupManager;
21 import android.app.backup.IRestoreSession;
28 * The interface through which an application interacts with the Android backup service to
29 * request backup and restore operations.
33 * call to {@link #dataChanged()} will notify the backup service. The system
34 * will then schedule a backup operation to occur in the near future. Repeated
35 * calls to {@link #dataChanged()} have no further effect until the backup
38 * A backup or restore operation for your application begins when the system launches th
    [all...]
FullBackupDataOutput.java 1 package android.app.backup;
7 * to a full backup data set, via its {@link BackupAgent#onFullBackup(FullBackupDataOutput)}
IFullBackupRestoreObserver.aidl 17 package android.app.backup;
20 * Observer of a full backup or restore process. The observer is told "interesting"
21 * information about an ongoing full backup or restore action.
28 * Notification: a full backup operation has begun.
42 * Notification: the full backup operation has ended.
47 * Notification: a restore-from-full-backup operation has begun.
61 * Notification: the restore-from-full-backup operation has ended.
BackupAgentHelper.java 17 package android.app.backup;
25 * heterogeneous data sets within the backup data, each identified by a unique
26 * key prefix. When processing a backup or restore operation, the BackupAgentHelper
31 * backup agent. Then, within the agent's {@link BackupAgent#onCreate() onCreate()}
36 * <ul><li>{@link FileBackupHelper} - Manages the backup and restore of entire files
38 * <li>{@link SharedPreferencesBackupHelper} - Manages the backup and restore of an
48 * <a href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> developer guide.</p>
61 * Run the backup process on each of the configured handlers.
85 * must have a prefix string that is unique within this backup agent's set o
    [all...]
IBackupManager.aidl 17 package android.app.backup;
19 import android.app.backup.IFullBackupRestoreObserver;
20 import android.app.backup.IRestoreSession;
25 * Direct interface to the Backup Manager Service that applications invoke on. The only
27 * data it wishes to back up, so the system should run a backup pass.
29 * Apps will use the {@link android.app.backup.BackupManager} class rather than going through
37 * data, and therefore needs to undergo an incremental backup pass.
40 * only callers who hold the android.permission.BACKUP permission
50 * only callers who hold the android.permission.BACKUP permission
56 * Notifies the Backup Manager Service that an agent has become available. Thi
    [all...]
  /development/samples/BackupRestore/
_index.html 1 <p>The Backup/Restore application illustrates a few different approaches that an
2 application developer can take when integrating with the Android Backup Manager
4 href="../../../reference/android/app/backup/BackupAgent.html">BackupAgent</a></code> API
  /frameworks/base/docs/html/google/backup/
index.jd 1 page.title=Android Backup Service
5 <p>Android Backup Service provides a <em>backup transport</em> for Android's <a
6 href="{@docRoot}guide/topics/data/backup.html">data backup</a> framework, which allows you
9 higher. The backup service is <em>not</em> designed for synchronizing application data with other
13 <p>The Android Backup Service offered by Google provides a backup
15 servers. The backup transport may differ
16 from device to device and which backup transport is available on any device i
    [all...]
  /external/javassist/sample/duplicate/
DuplicatedObject.java 6 private DuplicatedObject backup; field in class:DuplicatedObject
15 backup = null; // self is a backup object.
21 backup = (DuplicatedObject)m._getMetaobject();
24 backup = null;
33 if (backup != null)
34 backup.trapMethodcall(identifier, args);
  /external/antlr/antlr-3.4/runtime/Perl5/
MANIFEST.SKIP 8 # temporary and backup files
  /external/javasqlite/src/main/java/SQLite/
Backup.java 4 * Class wrapping an SQLite backup object.
7 public class Backup {
16 * Finish a backup.
41 * Perform a backup step.
43 * @param n number of pages to backup
44 * @return true when backup completed
56 * Perform the backup in one step.
59 public void backup() throws SQLite.Exception { method in class:Backup
78 * Return the total number of pages in the backup source database.
  /frameworks/base/docs/html/tools/help/
bmgr.jd 12 <li><a href="#backup">Forcing a Backup Operation</a></li>
19 <li><a href="{@docRoot}guide/topics/data/backup.html">Data Backup</a></li>
27 <p><code>bmgr</code> is a shell tool you can use to interact with the Backup Manager
28 on Android devices supporting API Level 8 or greater. It provides commands to induce backup
30 intrusive steps in order to test your application's backup agent. These commands are
33 <p>For information about adding support for backup in your application, read <a
34 href="{@docRoot}guide/topics/data/backup.html">Data Backup</a>, which includes a guide to testin
    [all...]
  /packages/providers/UserDictionaryProvider/
proguard.flags 2 -keep class * extends android.app.backup.BackupAgent
  /frameworks/base/docs/html/training/cloudsync/
backupapi.jd 1 page.title=Using the Backup API
16 <li><a href="#register">Register for the Android Backup Service</a></li>
18 <li><a href="#agent">Write Your Backup Agent</a></li>
19 <li><a href="#backup">Request a Backup</a></li>
20 <li><a href="#restore">Restore from a Backup</a></li>
25 href="http://developer.android.com/guide/topics/data/backup.html">Data
26 Backup</a></li>
38 stats, the Backup API provides a lightweight solution. This lesson walks you
39 through integrating the Backup API into your application, and restoring data t
    [all...]
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 1 page.title=Data Backup
20 <li><a href="#BackupManifest">Declaring the Backup Agent in Your Manifest</a></li>
21 <li><a href="#BackupKey">Registering for Android Backup Service</a></li>
25 <li><a href="#PerformingBackup">Performing backup</a></li>
36 <li><a href="#RequestingBackup">Requesting Backup</a></li>
38 <li><a href="#Testing">Testing Your Backup Agent</a></li>
43 <li>{@link android.app.backup.BackupManager}</li>
44 <li>{@link android.app.backup.BackupAgent}</li>
45 <li>{@link android.app.backup.BackupAgentHelper}</li>
56 <p>Android's {@link android.app.backup backup} service allows you to copy your persisten
    [all...]
  /frameworks/base/cmds/bu/
bu 5 exec app_process $base/bin com.android.commands.bu.Backup "$@"
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 17 <!-- Title of the activity when a full backup has been requested and must be confirmed -->
18 <string name="backup_confirm_title">Full backup</string>
22 <!-- Text for message to user that a full backup has been requested, and must be confirmed. -->
23 <string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the operation to proceed.</string>
24 <!-- Button to allow a requested full backup to occur -->
26 <!-- Button to refuse to allow the requested full backup -->
36 <!-- Text for message to user that they must enter their predefined backup password in order to perform this operation. -->
37 <string name="current_password_text">Please enter your current backup password below:</string>
40 <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. --
    [all...]
  /frameworks/base/cmds/bu/src/com/android/commands/bu/
Backup.java 19 import android.app.backup.IBackupManager;
28 public final class Backup {
39 new Backup().run();
41 Log.e(TAG, "Error running backup/restore", e);
47 mBackupManager = IBackupManager.Stub.asInterface(ServiceManager.getService("backup"));
49 Log.e(TAG, "Can't obtain Backup Manager binder");
56 if (arg.equals("backup")) {
95 Log.w(TAG, "Unknown backup flag " + arg);
105 Log.w(TAG, "-all passed for backup along with specific package names");
109 Log.e(TAG, "no backup packages supplied and neither -shared nor -all given")
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
AccountBackupRestore.java 23 * Helper class to facilitate EmailProvider's account backup/restore facility.
25 * Account backup/restore was implemented entirely for the purpose of recovering from database
29 * decided to backup accounts when created/modified and then restore them if 1) there are no
30 * accounts in the database and 2) there are backup accounts. This, at least, would cause user's
33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
34 * backup version of the Account and HostAuth tables in a second database (EmailProviderBackup.db)
43 * Backup user Account and HostAuth data into our backup database
47 public static void backup(Context context) { method in class:AccountBackupRestore
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 17 package com.android.internal.backup;
19 import android.app.backup.RestoreSet;
44 * can potentially associate backup data with arbitrary user accounts should
53 * Ask the transport where, on local device storage, to keep backup state blobs.
55 * "live" backup services without interfering with the live bookkeeping. The
57 * available backup transports; the name of the class implementing the transport
61 * Backup Manager could use to disambiguate state files associated with
62 * different backup transports.
67 * Verify that this is a suitable time for a backup pass. This should return zero
68 * if a backup is reasonable right now, some positive value otherwise. This metho
    [all...]
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 21 import android.app.backup.BackupAgentHelper;
22 import android.app.backup.BackupDataInput;
23 import android.app.backup.BackupDataOutput;
24 import android.app.backup.FileBackupHelper;
29 * infrastructure. In this application's case, the backup data is merely
31 * for backing up using the {@link android.app.backup.FileBackupHelper} class
34 * <p>"Backup helpers" are a general mechanism that an agent implementation
38 * <p>By itself, the FileBackupHelper is properly handling the backup and
55 * The {@link android.app.backup.FileBackupHelper FileBackupHelper} class
56 * does nearly all of the work for our use case: backup and restore of
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-it/
strings.xml 19 <string name="backup_confirm_title" msgid="827563724209303345">"Backup completo"</string>
21 <string name="backup_confirm_text" msgid="1878021282758896593">"È stato richiesto un backup completo di tutti i dati su un computer desktop connesso. Consentire l\'operazione?"\n\n"Se non hai richiesto il backup, non consentire all\'operazione di procedere."</string>
22 <string name="allow_backup_button_label" msgid="4217228747769644068">"Effettua backup dei miei dati"</string>
23 <string name="deny_backup_button_label" msgid="6009119115581097708">"Non eseguire il backup"</string>
27 <string name="current_password_text" msgid="8268189555578298067">"Inserisci la tua password di backup corrente di seguito:"</string>
29 <string name="device_encryption_backup_text" msgid="5866590762672844664">"Inserisci la tua password di crittografia dispositivo di seguito. Verrà utilizzata anche per crittografare l\'archivio di backup."</string>
30 <string name="backup_enc_password_text" msgid="4981585714795233099">"Inserisci una password da utilizzare per la crittografia dei dati di backup completi. Se non ne inserisci una, verrà utilizzata la tua password di backup corrente:"</string>
31 <string name="backup_enc_password_optional" msgid="1350137345907579306">"Se desideri crittografare tutti i dati di backup, inserisci una password qui di seguito:"</string
    [all...]
  /frameworks/base/packages/BackupRestoreConfirmation/res/values-pt/
strings.xml 19 <string name="backup_confirm_title" msgid="827563724209303345">"Backup completo"</string>
21 <string name="backup_confirm_text" msgid="1878021282758896593">"Foi solicitado um backup completo de todos os dados para um computador conectado. Deseja permitir que isso aconteça?"\n\n"Caso você não tenha solicitado o backup, não permita que a operação prossiga."</string>
22 <string name="allow_backup_button_label" msgid="4217228747769644068">"Fazer backup de meus dados"</string>
23 <string name="deny_backup_button_label" msgid="6009119115581097708">"Não fazer backup"</string>
27 <string name="current_password_text" msgid="8268189555578298067">"Digite sua senha de backup atual abaixo:"</string>
29 <string name="device_encryption_backup_text" msgid="5866590762672844664">"Insira sua senha de criptografia do dispositivo abaixo. Ela também será usada para criptografar o arquivo de backup."</string>
30 <string name="backup_enc_password_text" msgid="4981585714795233099">"Digite uma senha para usar para criptografar os dados de backup por completo. Se isso for deixado em branco, sua senha atual de backup será usada:"</string>
31 <string name="backup_enc_password_optional" msgid="1350137345907579306">"Se você deseja criptografar os dados de backup por completo, digite uma senha abaixo:"</string
    [all...]

Completed in 774 milliseconds

1 2 3 4 5 6 7 8 91011>>