Searched refs:ERROR_BACKUP_NOT_ALLOWED (Results 1 – 10 of 10) sorted by relevance
205 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in PerformFullTransportBackupTask()220 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in PerformFullTransportBackupTask()235 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in PerformFullTransportBackupTask()338 backupRunStatus = BackupManager.ERROR_BACKUP_NOT_ALLOWED; in run()
397 listener.onFailure(BackupManager.ERROR_BACKUP_NOT_ALLOWED); in selectBackupTransportAsync()467 return BackupManager.ERROR_BACKUP_NOT_ALLOWED; in requestBackup()
1611 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in requestBackup()1617 return BackupManager.ERROR_BACKUP_NOT_ALLOWED; in requestBackup()1652 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in requestBackup()3055 listener.onFailure(BackupManager.ERROR_BACKUP_NOT_ALLOWED); in selectBackupTransportAsync()
443 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in invokeNextAgent()460 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in invokeNextAgent()472 BackupManager.ERROR_BACKUP_NOT_ALLOWED); in invokeNextAgent()
598 assertEquals(BackupManager.ERROR_BACKUP_NOT_ALLOWED, (int) errorCode); in selectBackupTransportAsync_calledBeforeInitialize_ignored()766 assertEquals(BackupManager.ERROR_BACKUP_NOT_ALLOWED, mTrampoline.requestBackup( in requestBackup_calledBeforeInitialize_ignored()
86 public static final int ERROR_BACKUP_NOT_ALLOWED = -2001; field in BackupManager
350 verify(callback).onFailure(eq(BackupManager.ERROR_BACKUP_NOT_ALLOWED)); in testSelectBackupTransportAsync_whenOtherThanMandatoryTransport()
311 case BackupManager.ERROR_BACKUP_NOT_ALLOWED: in convertBackupStatusToString()
517 field public static final int ERROR_BACKUP_NOT_ALLOWED = -2001; // 0xfffff82f
2312 Landroid/app/backup/BackupManager;->ERROR_BACKUP_NOT_ALLOWED:I