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

/frameworks/base/core/java/android/os/
H A DPowerManager.java53 * <tr><td>{@link #PARTIAL_WAKE_LOCK}</td>
76 * <i>These flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i></p>
117 public static final int PARTIAL_WAKE_LOCK = 0x00000001; field in class:PowerManager
125 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
142 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
159 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
208 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
220 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
361 * The wake lock levels are: {@link #PARTIAL_WAKE_LOCK},
401 * @see #PARTIAL_WAKE_LOCK
[all...]

Completed in 54 milliseconds