Fix the build

Change-Id: I41616afc75a3366ea7e9e79ac7ea4c46d1863d83
This commit is contained in:
Christopher Tate
2010-02-25 17:13:28 -08:00
parent 50d89f9616
commit ae06ed9738

View File

@ -2484,7 +2484,7 @@ class BackupManagerService extends IBackupManager.Stub {
pw.println("Backup Manager is " + (mEnabled ? "enabled" : "disabled")
+ " / " + (!mProvisioned ? "not " : "") + "provisioned / "
+ (this.mPendingInits.size() == 0 ? "not " : "") + "pending init");
pw.println("Auto-restore is " + (mAutoRestore : "enabled" : "disabled"));
pw.println("Auto-restore is " + (mAutoRestore ? "enabled" : "disabled"));
pw.println("Last backup pass: " + mLastBackupPass
+ " (now = " + System.currentTimeMillis() + ')');
pw.println(" next scheduled: " + mNextBackupPass);