/frameworks/base/core/java/android/app/backup/ |
FileBackupHelperBase.java | 17 package android.app.backup; 27 * Base class for the {@link android.app.backup.FileBackupHelper} implementation. 80 throw new RuntimeException("Backup failed 0x" + Integer.toHexString(err));
|
RestoreSession.java | 17 package android.app.backup; 19 import android.app.backup.RestoreObserver; 20 import android.app.backup.RestoreSet; 21 import android.app.backup.IRestoreObserver; 22 import android.app.backup.IRestoreSession; 45 * the restore set lookup by the backup transport. This parameter must not be 65 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 94 * <p>Callers must hold the android.permission.BACKUP permission to use this method. 124 * Restore a single application from backup. The data will be restored from the 125 * current backup dataset if the given package has stored data there, or fro [all...] |
WallpaperBackupHelper.java | 17 package android.app.backup;
|
FullBackup.java | 17 package android.app.backup; 34 * Global constant definitions et cetera related to the full-backup-to-fd 146 // Now twiddle the state to match the backup, assuming all went well
|
BackupAgent.java | 17 package android.app.backup; 20 import android.app.backup.IBackupManager; 43 * application and Android's data backup infrastructure. An application that wishes 44 * to participate in the backup and restore mechanism will declare a subclass of 45 * {@link android.app.backup.BackupAgent}, implement the 48 * and provide the name of its backup agent class in its {@code AndroidManifest.xml} file via 56 * <a href="{@docRoot}guide/topics/data/backup.html">Data Backup</a> developer guide.</p></div> 62 * {@link android.app.backup.BackupManager#dataChanged() BackupManager.dataChanged()} method. 63 * This notifies the Android Backup Manager that the application needs an opportunit [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
SinglePhotoDataAdapter.java | 129 Bitmap backup = future.get(); local 130 if (backup == null) return; 131 setBackupImage(backup, backup.getWidth(), backup.getHeight());
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
BackupTestActivity.java | 17 package com.android.cts.verifier.backup; 24 import android.app.backup.BackupManager; 25 import android.app.backup.FileBackupHelper; 26 import android.app.backup.SharedPreferencesBackupHelper; 55 * running the backup manager and reinstalling the CTS verifier.
|
/frameworks/base/core/java/com/android/internal/backup/ |
LocalTransport.java | 17 package com.android.internal.backup; 19 import android.app.backup.BackupDataInput; 20 import android.app.backup.BackupDataOutput; 21 import android.app.backup.RestoreSet; 42 * Backup transport for stashing stuff into a known location on disk, and 51 = "com.android.internal.backup.LocalTransport"; 60 private File mDataDir = new File(Environment.getDownloadCacheDirectory(), "backup"); 83 // any time is a good time for local backup 145 Log.v(TAG, "Exception reading backup input:", e); 248 Log.e(TAG, "Unable to read backup records", e) [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
SimpleCharStream.java | 139 backup(0); 250 public void backup(int amount) { method in class:SimpleCharStream
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
SimpleCharStream.java | 139 backup(0); 250 public void backup(int amount) { method in class:SimpleCharStream
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
SimpleCharStream.java | 139 backup(0); 250 public void backup(int amount) { method in class:SimpleCharStream
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
ConsoleHandlerTest.java | 351 PrintStream backup = System.err; local 379 System.setErr(backup);
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 597 * Initiate a database backup, SQLite 3.x only. 602 * @return Backup object to perform the backup operation 605 public Backup backup(Database dest, String destName, String srcName) method in class:Database 608 Backup b = new Backup(); 614 private static native void _backup(Backup b, Database dest,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 556 reader.backup(i-1); 605 * Creates a new reader with a given maximum number of backup characters 626 // No backup -- read the next character, but stash it into storage 636 * the N most recently read characters prior to this backup. 640 public void backup(int n) { method in class:AdtPlugin.PushbackReader 642 throw new IllegalArgumentException("Exceeded backup limit"); [all...] |
/system/core/adb/ |
commandline.c | 132 " adb backup [-f <file>] [-apk|-noapk] [-shared|-noshared] [-all] [-system|-nosystem] [<packages...>]\n" 135 " to \"backup.ab\" in the current directory.\n" 136 " (-apk|-noapk enable/disable backup of the .apks themselves\n" 138 " (-shared|-noshared enable/disable backup of the device's\n" 149 " adb restore <file> - restore device contents from the <file> backup archive\n" 599 static int backup(int argc, char** argv) { function 602 const char* filename = strcpy(default_name, "./backup.ab"); 622 /* bare "adb backup" or "adb backup -f filename" are not valid invocations */ 633 snprintf(buf, sizeof(buf), "backup"); [all...] |
/external/icu4c/common/ |
uniset_props.cpp | 544 RuleCharacterIterator::Pos backup; local 583 // Prepare to backup if necessary 584 chars.getPos(backup); 590 chars.setPos(backup); // backup 596 chars.getPos(backup); // prepare to backup 602 chars.getPos(backup); // prepare to backup 612 chars.setPos(backup); // backu [all...] |
/external/icu4c/io/ |
uprntf_p.c | 1223 const UChar *backup; local [all...] |
uscanf_p.c | 117 const UChar *backup; local 141 backup = s; 156 s = backup; [all...] |
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 340 void * backup; //copy source of base member in struct:CmdQsort 343 :backup(theBase),num(num),width(width),fn(fn){ 354 memcpy(base, backup, num * width); 369 memcpy(base, backup, num * width);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 664 /* Compute the name of the backup file for in-place editing */ 670 char *old_asterisk, *asterisk, *backup, *p; 673 /* Compute the length of the backup file */ 679 p = backup = xmalloc(backup_length + 1); 694 return backup; 665 char *old_asterisk, *asterisk, *backup, *p; local [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
gflags.cc | 1615 CommandLineFlag* backup = new CommandLineFlag( local [all...] |
/external/e2fsprogs/misc/ |
mke2fs.c | 265 * See if any of the bad blocks are showing up in the backup 279 _("Warning: the backup superblock/group descriptors at block %u contain\n" 311 char backup[80]; member in struct:progress_struct 330 memset(progress->backup, '\b', sizeof(progress->backup)-1); 331 progress->backup[sizeof(progress->backup)-1] = 0; 332 if ((2*i)+1 < (int) sizeof(progress->backup)) 333 progress->backup[(2*i)+1] = 0; 349 fputs(progress->backup, stdout) [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 1527 void backup() { method in class:WindowManager.LayoutParams 1528 int[] backup = mCompatibilityParamsBackup; local 1544 int[] backup = mCompatibilityParamsBackup; local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
TileImageView.java | 143 private void updateBackupTexture(Bitmap backup) { 144 if (backup == null) { 149 if (mBackupImage.getBitmap() != backup) { 151 mBackupImage = new BitmapTexture(backup); 154 mBackupImage = new BitmapTexture(backup); 540 BasicTexture backup = mBackupImage; local 542 float scaleX = (float) backup.getWidth() / mImageWidth; 543 float scaleY = (float) backup.getHeight() / mImageHeight; 546 canvas.drawTexture(backup, source, target);
|
/bionic/libc/kernel/common/linux/ |
wanrouter.h | 166 char backup; member in struct:wandev_conf
|