Searched refs:preflightResult (Results 1 – 1 of 1) sorted by relevance
414 final long preflightResult = mBackupRunner.getPreflightResultBlocking(); in run() local416 if (preflightResult < 0) { in run()419 + packageName + ": " + preflightResult in run()428 preflightResult)); in run()429 backupPackageStatus = (int) preflightResult; in run()445 if (mBackupObserver != null && preflightResult > 0) { in run()448 new BackupProgress(preflightResult, totalRead)); in run()