Searched defs:backup (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/provider/
H A DAccountBackupRestore.java23 * 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
/packages/apps/Settings/src/com/android/settings/backup/
H A DToggleBackupSettingFragment.java1 package com.android.settings.backup;
5 import android.app.backup.IBackupManager;
27 * Fragment to display a bunch of text about backup and restore, and allow the user to enable/
36 // System setting that governs whether the user is eligible for full app-data backup,
37 // based on whether they have been presented with the details of what that backup entails
84 // If the user has not seen legal text for full data backup (if they OTA from L to M) then
85 // full data backup will be off and here we want to show the old summary here that does
86 // not mention full data backup
149 // Accept turning off backup
155 // Reject turning off backup
[all...]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Dbiginteger.h71 Type backup = digits_[0]; local
74 if (digits_[i] >= backup)
76 backup = digits_[i + 1];
81 if (digits_[count_ - 1] < backup)
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
H A DSimpleCharStream.java139 backup(0);
250 public void backup(int amount) { method in class:SimpleCharStream
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java543 public int onSetPath(HeaderSet request, HeaderSet reply, boolean backup, boolean create) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java786 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, argument
804 " backup: " + backup +
807 if(backup == true){
815 if(backup == false)
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java266 public int onSetPath(final HeaderSet request, final HeaderSet reply, final boolean backup, argument
279 if (D) Log.d(TAG, "backup=" + backup + " create=" + create + " name=" + tmp_path);
281 if (backup) {

Completed in 1154 milliseconds