summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2010-03-29 16:30:22 -0700
committerChristopher Tate <ctate@google.com>2010-03-29 16:30:22 -0700
commitf63351742705d7d421166cac23f7e23255a1f72e (patch)
treeec5b57807e2db88e094b4623630756e383393cea
parent18dc21ce5abc939c324e3ac62e78374a34d906d6 (diff)
downloadandroid_packages_providers_UserDictionaryProvider-f63351742705d7d421166cac23f7e23255a1f72e.tar.gz
android_packages_providers_UserDictionaryProvider-f63351742705d7d421166cac23f7e23255a1f72e.tar.bz2
android_packages_providers_UserDictionaryProvider-f63351742705d7d421166cac23f7e23255a1f72e.zip
Track BackupHelperAgent => BackupAgentHelper name change
Change-Id: I3770efef5ae5432f95f5e0f6c1ac4107b59d8ef4
-rw-r--r--src/com/android/providers/userdictionary/DictionaryBackupAgent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/providers/userdictionary/DictionaryBackupAgent.java b/src/com/android/providers/userdictionary/DictionaryBackupAgent.java
index 9fc51e2..d6ef196 100644
--- a/src/com/android/providers/userdictionary/DictionaryBackupAgent.java
+++ b/src/com/android/providers/userdictionary/DictionaryBackupAgent.java
@@ -32,7 +32,7 @@ import java.util.zip.GZIPOutputStream;
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.database.Cursor;
import android.net.Uri;
@@ -44,7 +44,7 @@ import android.util.Log;
/**
* Performs backup and restore of the User Dictionary.
*/
-public class DictionaryBackupAgent extends BackupHelperAgent {
+public class DictionaryBackupAgent extends BackupAgentHelper {
private static final String KEY_DICTIONARY = "userdictionary";