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

/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}.
206 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
218 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
359 * The wake lock levels are: {@link #PARTIAL_WAKE_LOCK},
399 * @see #PARTIAL_WAKE_LOCK
[all...]

Completed in 28 milliseconds