summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/src/com/android/providers/settings
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-03-29 14:54:02 -0700
committerChristopher Tate <ctate@google.com>2010-03-29 15:48:14 -0700
commitcc84c69726507a85116f5664e20e2ebfac76edbe (patch)
tree1f58e9d718d8694d2b22f925a7e79263991d0c74 /packages/SettingsProvider/src/com/android/providers/settings
parent89d4e2dd7888913d3eb1f4f669bd756a3b85f2c1 (diff)
downloadframeworks_base-cc84c69726507a85116f5664e20e2ebfac76edbe.zip
frameworks_base-cc84c69726507a85116f5664e20e2ebfac76edbe.tar.gz
frameworks_base-cc84c69726507a85116f5664e20e2ebfac76edbe.tar.bz2
API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API Council
Part of bug #2545514 Change-Id: Ic775e3b942c485252149c1b6c15c88517fa4e3e5
Diffstat (limited to 'packages/SettingsProvider/src/com/android/providers/settings')
-rw-r--r--packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java b/packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java
index d5c9855..b98071e 100644
--- a/packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java
+++ b/packages/SettingsProvider/src/com/android/providers/settings/SettingsBackupAgent.java
@@ -32,7 +32,7 @@ import java.util.zip.CRC32;
import android.app.backup.BackupDataInput;
import android.app.backup.BackupDataOutput;
-import android.app.backup.BackupHelperAgent;
+import android.app.backup.BackupAgentHelper;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
@@ -49,7 +49,7 @@ import android.util.Log;
* Performs backup and restore of the System and Secure settings.
* List of settings that are backed up are stored in the Settings.java file
*/
-public class SettingsBackupAgent extends BackupHelperAgent {
+public class SettingsBackupAgent extends BackupAgentHelper {
private static final boolean DEBUG = false;
private static final String KEY_SYSTEM = "system";