Home
last modified time | relevance | path

Searched refs:TRANSPORT_OK (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/backup/
DLocalTransport.java90 return BackupConstants.TRANSPORT_OK; in initializeDevice()
142 return BackupConstants.TRANSPORT_OK; in performBackup()
173 return BackupConstants.TRANSPORT_OK; in clearBackupData()
178 return BackupConstants.TRANSPORT_OK; in finishBackup()
198 return BackupConstants.TRANSPORT_OK; in startRestore()
246 return BackupConstants.TRANSPORT_OK; in getRestoreData()
DBackupConstants.java23 public static final int TRANSPORT_OK = 0; field in BackupConstants
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java1847 mStatus = BackupConstants.TRANSPORT_OK; in beginBackup()
1867 if (mStatus == BackupConstants.TRANSPORT_OK && pmState.length() <= 0) { in beginBackup()
1871 if (mStatus == BackupConstants.TRANSPORT_OK) { in beginBackup()
1884 if (mStatus == BackupConstants.TRANSPORT_OK) { in beginBackup()
1904 if (mStatus != BackupConstants.TRANSPORT_OK) { in beginBackup()
1916 mStatus = BackupConstants.TRANSPORT_OK; in invokeNextAgent()
1967 if (mStatus != BackupConstants.TRANSPORT_OK) { in invokeNextAgent()
1976 mStatus = BackupConstants.TRANSPORT_OK; in invokeNextAgent()
1978 } else if (mStatus != BackupConstants.TRANSPORT_OK) { in invokeNextAgent()
2001 if ((mCurrentToken == 0) && (mStatus == BackupConstants.TRANSPORT_OK)) { in finalizeBackup()
[all …]