/frameworks/base/core/java/android/app/backup/ |
AbsoluteFileBackupHelper.java | 64 * Restore one absolute file entity from the restore stream
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 108 * is to provide a guarantee that no stale data exists in the restore set when the 140 * @return Descriptions of the set of restore images available for this device, 147 * this device. This is used in the case of applications wishing to restore 162 * @param packages List of applications to restore (if data is available). 166 * (an error occurred, the restore should be aborted and rescheduled). 174 * or null if an error occurred (the restore should be aborted and rescheduled). 186 * End a restore session (aborting any in-process data transfer as necessary), 187 * freeing any resources and connections used during the restore process.
|
IObbBackupService.aidl | 24 * handles local (whole-file) backup & restore of OBB content on behalf of applications. 40 * Restore an OBB file for the given package from the incoming stream
|
LocalTransport.java | 58 // The single hardcoded restore set always has the same (nonzero!) token 109 // Each 'record' in the restore set is kept in its own file, named by 194 // Restore handling 196 // one hardcoded restore set 203 // The hardcoded restore set always has the same token 208 if (DEBUG) Log.v(TAG, "start restore " + token); 224 if (DEBUG) Log.v(TAG, " no more packages to restore"); 233 // The restore set is the concatenation of the individual record blobs,
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
AbstractBufferTest.java | 62 // restore state 83 // restore state 97 // restore state 162 // restore state 185 // restore state 247 // restore state 282 // restore state 302 // restore state
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
VersionedPrefs.java | 160 * Gets the value to restore for a given key-value pair. By default, returns the passed in 163 * @param key The key to restore 165 * @return The value to restore 213 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 216 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 219 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 222 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference); 225 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-mont.S | 53 ldr r4,[r0,#13*4] @ restore bp 55 ldr r8,[r0,#14*4] @ restore n0 97 ldr r4,[r0,#13*4] @ restore bp 99 ldr r8,[r0,#14*4] @ restore n0 101 ldr r7,[r0,#15*4] @ restore &bp[num] 139 ldmia sp!,{r4-r12,lr} @ restore registers
|
/external/marisa-trie/v0_1_5/tests/ |
trie-test.cc | 93 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 204 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 212 key_length = trie.restore(key_ids[0], NULL, 0); 215 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_ALPHA_PARAM_ERROR); 217 key_length = trie.restore(key_ids[0], key_buf, 5); 221 key_length = trie.restore(key_ids[0], key_buf, 6); 233 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 241 key_length = trie.restore(key_ids[0], NULL, 0); 244 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_ALPHA_PARAM_ERROR); 246 key_length = trie.restore(key_ids[0], key_buf, 5) [all...] |
/external/openssl/crypto/bn/asm/ |
armv4-mont.S | 53 ldr r4,[r0,#13*4] @ restore bp 55 ldr r8,[r0,#14*4] @ restore n0 97 ldr r4,[r0,#13*4] @ restore bp 99 ldr r8,[r0,#14*4] @ restore n0 101 ldr r7,[r0,#15*4] @ restore &bp[num] 139 ldmia sp!,{r4-r12,lr} @ restore registers
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 24 * backup & restore mechanism. End user code will not typically implement 57 * Restore an entire data snapshot to the application. 69 * the restore has been completed. 73 * finished restoring the application based on the restore data 93 * finished restoring the application based on the restore data 102 * Restore a single "file" to the application. The file was typically obtained from
|
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/ |
HugeBackupActivity.java | 35 * from the Backup/Restore sample application. 42 * object. This ensures that in the unlikely event of the our backup/restore 199 * Click handler, designated in the layout, that runs a restore of the app's 203 Log.v(TAG, "Requesting restore of our most recent data"); 207 /** Done with the restore! Now draw the new state of our data */ 208 Log.v(TAG, "Restore finished, error = " + error);
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
AccountBackupRestoreTests.java | 30 * This is a series of unit tests for backup/restore of the Account class. 117 // Because we restore accounts at the db open time, we first need to close the db 130 // Restore the account 132 restored.restore(c); 144 // Restore the account 146 restored.restore(c);
|
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 190 // Timeout intervals for agent backup & restore operations 196 // User confirmation timeout for a full backup/restore operation. It's this long in 257 // A similar synchronization mechanism around clearing apps' data for restore 318 public int pmToken; // in post-install restore, the PM's token for this transaction 488 // ----- Asynchronous backup/restore handler thread ----- 594 // similar to normal backup/restore. 619 // TODO: refactor full restore to be a looper-based state machine 620 // similar to normal backup/restore. 689 Slog.e(TAG, "Restore observer threw", e); 712 // Client app left the restore session dangling. We know that i [all...] |
/frameworks/base/docs/html/guide/topics/data/ |
backup.jd | 11 <li>If the user upgrades to a new Android-powered device, your app can restore the user's 26 <li><a href="#PerformingRestore">Performing restore</a></li> 35 <li><a href="#RestoreVersion">Checking the Restore Data Version</a></li> 37 <li><a href="#RequestingRestore">Requesting Restore</a></li> 57 application data to remote "cloud" storage, in order to provide a restore point for the 67 restore operation, the Backup Manager retrieves the backup data from the backup transport and 68 returns it to your application so your application can restore the data to the device. It's 69 possible for your application to request a restore, but that shouldn't be necessary—Android 70 automatically performs a restore operation when your application is installed and there exists 110 to restore your backup data when the application is re-installed. The Backup Manager handles al [all...] |
/external/marisa-trie/tests/ |
trie-test.cc | 92 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 202 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 210 key_length = trie.restore(key_ids[0], NULL, 0); 213 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_PARAM_ERROR); 215 key_length = trie.restore(key_ids[0], key_buf, 5); 219 key_length = trie.restore(key_ids[0], key_buf, 6); 231 key_length = trie.restore(key_ids[i], key_buf, sizeof(key_buf)); 239 key_length = trie.restore(key_ids[0], NULL, 0); 242 EXCEPT(trie.restore(key_ids[0], NULL, 5), MARISA_PARAM_ERROR); 244 key_length = trie.restore(key_ids[0], key_buf, 5) [all...] |
/external/jpeg/ |
jmemdosa.asm | 17 ; we save and restore all 8086 registers, even though most compilers only 61 open_err: pop ds ; restore registers and exit 93 close_err: pop ds ; restore registers and exit 127 seek_err: pop ds ; restore registers and exit 165 read_err: pop ds ; restore registers and exit 203 write_err: pop ds ; restore registers and exit 244 pop ds ; restore registers and exit 285 pop ds ; restore registers and exit 323 avail_done: pop ds ; restore registers and exit 366 pop ds ; restore registers and exi [all...] |
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 17 ; we save and restore all 8086 registers, even though most compilers only 61 open_err: pop ds ; restore registers and exit 93 close_err: pop ds ; restore registers and exit 127 seek_err: pop ds ; restore registers and exit 165 read_err: pop ds ; restore registers and exit 203 write_err: pop ds ; restore registers and exit 244 pop ds ; restore registers and exit 285 pop ds ; restore registers and exit 323 avail_done: pop ds ; restore registers and exit 366 pop ds ; restore registers and exi [all...] |
/external/chromium/chrome/browser/sessions/ |
session_types.h | 25 // TabNavigation corresponds to the parts of NavigationEntry needed to restore 26 // the NavigationEntry during session restore and tab restore. 115 // restore, others can likely ignore this and use the order of the 159 // Index of the selected tab in tabs; -1 if no tab is selected. After restore 176 // restore does not attempt to restore them.
|
/external/chromium_org/ash/wm/workspace/ |
snap_sizer.cc | 97 // Before we can set the bounds we need to restore the window. 100 // we set the restore bounds to the bounds we want, restore the window, 101 // then reset the restore bounds. This way no unnecessary bounds 102 // changes occurs and the original restore bounds is remembered. 103 gfx::Rect restore = *GetRestoreBoundsInScreen(window); local 106 SetRestoreBoundsInScreen(window, restore);
|
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 167 goto restore; 178 goto restore; 185 restore: 267 goto restore; 277 goto restore; 290 goto restore; 297 restore:
|
/external/skia/gm/ |
roundrects.cpp | 175 canvas->restore(); 199 canvas->restore(); 219 canvas->restore(); 237 canvas->restore(); 256 canvas->restore(); 286 canvas->restore(); 321 canvas->restore();
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
BackupRestoreConfirmation.java | 39 * Confirm with the user that a requested full backup/restore operation is legitimate. 40 * Any attempt to perform a full backup/restore will launch this UI and wait for a 146 Slog.w(TAG, "Backup/restore confirmation activity launched with invalid action!"); 153 Slog.e(TAG, "Backup/restore confirmation requested but no token passed!"); 173 // Same resource IDs for each layout variant (backup / restore) 233 // Preserve the restore observer callback binder across activity relaunch 282 * The observer binder for showing backup/restore progress. This binder just bounces
|
/external/chromium_org/content/browser/web_contents/ |
navigation_entry_impl.h | 147 // Enumerations of the possible restore types. 149 // Restore from the previous session. 205 // Session/Tab restore save portions of this class so that it can be recreated 235 // This member is not persisted with session restore because it is transient. 242 // restore). The screenshot of a page is taken when navigating away from the 245 // (e.g. after a session restore, or if taking the screenshot of a page 250 // This member is not persisted with session restore. 291 // entry is not persisted by the session restore system, as it is always 304 // persisted, unless specific data is taken out/put back in at save/restore
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureRecord.cpp | 100 0, // RESTORE - no paint 302 * Restore has just been called (but not recorded), look back at the 306 * RESTORE 312 // TODO: add a stack to track save*/restore offsets rather than searching backwards 317 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ }; 365 // In this case the saveLayer/restore isn't needed at all - just kill the saveLayer 366 // and signal the caller (by returning true) to not add the RESTORE op 373 // and signal the caller (by returning true) to not add the RESTORE op 417 * Restore has just been called (but not recorded), look back at the 423 * RESTORE 553 void SkPictureRecord::restore() { function in class:SkPictureRecord [all...] |
/external/skia/src/core/ |
SkPictureRecord.cpp | 100 0, // RESTORE - no paint 302 * Restore has just been called (but not recorded), look back at the 306 * RESTORE 312 // TODO: add a stack to track save*/restore offsets rather than searching backwards 317 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ }; 365 // In this case the saveLayer/restore isn't needed at all - just kill the saveLayer 366 // and signal the caller (by returning true) to not add the RESTORE op 373 // and signal the caller (by returning true) to not add the RESTORE op 417 * Restore has just been called (but not recorded), look back at the 423 * RESTORE 553 void SkPictureRecord::restore() { function in class:SkPictureRecord [all...] |