Searched refs:TRANSPORT_OK (Results 1 – 3 of 3) sorted by relevance
90 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()
23 public static final int TRANSPORT_OK = 0; field in BackupConstants
1847 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 …]