Searched refs:preflightResult (Results 1 – 1 of 1) sorted by relevance
418 final long preflightResult = mBackupRunner.getPreflightResultBlocking(); in run() local420 if (preflightResult < 0) { in run()423 + packageName + ": " + preflightResult in run()432 preflightResult)); in run()433 backupPackageStatus = (int) preflightResult; in run()449 if (mBackupObserver != null && preflightResult > 0) { in run()452 new BackupProgress(preflightResult, totalRead)); in run()