am 19c4b29d: am 8310b42f: Add javadoc saying that wake locks are ref counted by default.

Merge commit '19c4b29d46aece70dbe532ba9078c904fbc62502'

* commit '19c4b29d46aece70dbe532ba9078c904fbc62502':
  Add javadoc saying that wake locks are ref counted by default.
This commit is contained in:
Joe Onorato
2010-09-22 17:33:54 -07:00
committed by Android Git Automerger

View File

@@ -232,6 +232,8 @@ public class PowerManager
/**
* Sets whether this WakeLock is ref counted.
*
* <p>Wake locks are reference counted by default.
*
* @param value true for ref counted, false for not ref counted.
*/
public void setReferenceCounted(boolean value)