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

/frameworks/base/core/java/android/os/
H A DPowerManager.java57 * <tr><td>{@link #PARTIAL_WAKE_LOCK}</td>
80 * <i>These flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i></p>
122 public static final int PARTIAL_WAKE_LOCK = 0x00000001; field in class:PowerManager
130 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
147 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
164 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
239 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
251 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
562 * The wake lock levels are: {@link #PARTIAL_WAKE_LOCK},
602 * @see #PARTIAL_WAKE_LOCK
[all...]

Completed in 2698 milliseconds