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

/frameworks/base/core/java/android/os/
H A DPowerManager.java58 * <tr><td>{@link #PARTIAL_WAKE_LOCK}</td>
81 * <i>These flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i></p>
123 public static final int PARTIAL_WAKE_LOCK = 0x00000001; field in class:PowerManager
131 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
148 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
165 * Contrast with {@link #PARTIAL_WAKE_LOCK}.
240 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
252 * Cannot be used with {@link #PARTIAL_WAKE_LOCK}.
569 * The wake lock levels are: {@link #PARTIAL_WAKE_LOCK},
609 * @see #PARTIAL_WAKE_LOCK
[all...]

Completed in 870 milliseconds