HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 201 - 225 of 4874) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 64 * Restore one absolute file entity from the restore stream
WallpaperBackupHelper.java 42 // If 'true', then apply an acceptable-size heuristic at restore time, dropping back
47 // When outsized restore rejection is enabled, this is the maximum ratio between the
54 // in current policy we accept any such restore regardless of the relative dimensions.
72 // will be saved to this file from the restore stream, then renamed to the proper
130 * Restore one absolute file entity from the restore stream. If we're restoring the
139 // restore the file to the stage for inspection
191 * Hook for the agent to call this helper upon completion of the restore. We do this
  /frameworks/base/core/java/com/android/internal/backup/
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
  /frameworks/base/docs/html/training/backup/
index.jd 25 users can restore their data when recovering from a data loss (such as a factory
38 seamless app data backup and restore with zero additional lines of application code.</dd>
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 178 * Gets the value to restore for a given key-value pair. By default, returns the passed in
181 * @param key The key to restore
183 * @return The value to restore
231 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
234 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
237 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
240 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
243 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BackupAgent.java 30 * Backup/restore agent for LatinIME.
45 // Let the restore operation go through
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhoneAccountRegistrationReceiver.java 30 * log to un-hide any entries which were previously hidden after a backup-restore until it's
33 * IOW, after a restore, we hide call log entries until the user inserts the corresponding SIM,
  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_386.s 39 JMP restore
48 restore: label
rt0_linux_amd64.s 33 JMP restore
42 restore: label
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_386.s 39 JMP restore
48 restore: label
rt0_linux_amd64.s 33 JMP restore
42 restore: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
far-hc11.s 85 ldab 4,x ; (4) Restore function parameter (low)
90 pula ; (3) Restore function parameter (high)
  /external/skia/gm/
imagefilters.cpp 63 canvas->restore();
100 canvas->restore();
103 canvas->restore();
128 canvas->restore();
129 canvas->restore();
174 canvas->restore();
perlinnoise.cpp 33 canvas->restore();
136 canvas->restore();
142 canvas->restore();
148 canvas->restore();
164 canvas->restore();
169 canvas->restore();
recordopts.cpp 67 canvas->restore();
94 canvas->restore();
123 canvas->restore();
124 canvas->restore();
125 canvas->restore();
168 canvas->restore();
211 canvas->restore();
  /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);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
inv_self_test-shared 
  /packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java 31 * This is a series of unit tests for backup/restore of the Account class.
113 // Because we restore accounts at the db open time, we first need to close the db
126 // Restore the account
128 restored.restore(c);
140 // Restore the account
142 restored.restore(c);
  /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&mdash;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...]
  /bionic/libc/arch-arm64/bionic/
setjmp.S 142 // Restore original x0 and lr.
190 // Do we need to restore the signal mask?
199 // Restore signal mask.
207 mov x1, x19 // Restore 'value'.
209 // Restore original x0 and lr.
217 // Restore core registers.
246 // Restore floating point registers.
  /bionic/tests/
setjmp_test.cpp 98 // _setjmp/_longjmp do not save/restore the signal mask.
113 // setjmp/longjmp do save/restore the signal mask on bionic, but not on glibc.
125 // bionic behaves like BSD and does save/restore the signal mask.
128 // glibc behaves like System V and doesn't save/restore the signal mask.
136 // sigsetjmp(0)/siglongjmp do not save/restore the signal mask.
151 // sigsetjmp(1)/siglongjmp does save/restore the signal mask.
196 /* The other architectures don't save/restore fp registers. */
  /external/chromium-trace/catapult/devil/devil/android/
flag_changer.py 14 tests should call Restore() to revert the flags to their original state
46 Saves the current flags state on the stack, so a call to Restore will
60 Saves the current flags state on the stack, so a call to Restore will
70 Saves the current flags state on the stack, so a call to Restore will
86 there. Saves the current flags state on the stack, so a call to Restore
103 def Restore(self):
109 "Mismatch between calls to Add/RemoveFlags and Restore")
  /external/icu/icu4c/source/samples/layout/
GDIFontInstance.cpp 167 goto restore;
178 goto restore;
185 restore:
267 goto restore;
277 goto restore;
290 goto restore;
297 restore:
  /frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
BackupRestoreConfirmation.java 41 * Confirm with the user that a requested full backup/restore operation is legitimate.
42 * Any attempt to perform a full backup/restore will launch this UI and wait for a
148 Slog.w(TAG, "Backup/restore confirmation activity launched with invalid action!");
155 Slog.e(TAG, "Backup/restore confirmation requested but no token passed!");
175 // Same resource IDs for each layout variant (backup / restore)
244 // Preserve the restore observer callback binder across activity relaunch
295 * The observer binder for showing backup/restore progress. This binder just bounces

Completed in 1079 milliseconds

1 2 3 4 5 6 7 891011>>