public class

BackupRestoreService

extends Service
implements BackupRestoreInerface
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.htc.util.backup.BackupRestoreService

Summary

Nested Classes
enum BackupRestoreService.ActionType  
[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Fields
protected boolean mBackupWholeDataPartition
protected String mVersion
Public Constructors
BackupRestoreService()
Public Methods
void convertData(String restoreModel, String restoreVersion, String restoreFileName)
BackupRestoreService.ActionType determineAction(String restoreModel, String restoreVersion, String restoreFileName)
void initBackup()
Protected Methods
void addExtraFile(String absoluteFilePath)
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Fields

protected boolean mBackupWholeDataPartition

Since: API Level 2.0

protected String mVersion

Since: API Level 2.0

Public Constructors

public BackupRestoreService ()

Since: API Level 2.0

Public Methods

public void convertData (String restoreModel, String restoreVersion, String restoreFileName)

Since: API Level 2.0

Throws
Exception

public BackupRestoreService.ActionType determineAction (String restoreModel, String restoreVersion, String restoreFileName)

Since: API Level 2.0

Throws
Exception

public void initBackup ()

Since: API Level 2.0

Protected Methods

protected void addExtraFile (String absoluteFilePath)

Since: API Level 2.0