Searched defs:PARTIAL_WAKE_LOCK (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPowerManager.java60 * <tr><td>{@link #PARTIAL_WAKE_LOCK}</td>
83 * <i>These flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i></p>
125 public static final int PARTIAL_WAKE_LOCK = OsProtoEnums.PARTIAL_WAKE_LOCK; // 0x00000001 field in class:PowerManager
133 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
150 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
168 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
244 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
256 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
691 * The wake lock levels are: {@link #PARTIAL_WAKE_LOCK},
[all...]

Completed in 67 milliseconds