auto import from //branches/cupcake/...@131421

This commit is contained in:
The Android Open Source Project
2009-02-13 12:57:50 -08:00
parent d24b8183b9
commit da996f390e
202 changed files with 7483 additions and 6101 deletions

View File

@@ -1001,11 +1001,9 @@ class PowerManagerService extends IPowerManager.Stub implements LocalPowerManage
}
}
else {
synchronized (mLocks) {
EventLog.writeEvent(LOG_POWER_SCREEN_BROADCAST_STOP, 4,
mBroadcastWakeLock.mCount);
mBroadcastWakeLock.release();
}
// If we're in this case, then this handler is running for a previous
// paired transaction. mBroadcastWakeLock will already have been released
// in sendNotificationLocked.
}
}
};