Searched refs:preflightResult (Results 1 – 1 of 1) sorted by relevance
457 final long preflightResult = mBackupRunner.getPreflightResultBlocking(); in run() local459 if (preflightResult < 0) { in run()462 + packageName + ": " + preflightResult in run()471 preflightResult)); in run()472 backupPackageStatus = (int) preflightResult; in run()488 if (mBackupObserver != null && preflightResult > 0) { in run()491 new BackupProgress(preflightResult, totalRead)); in run()