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

/frameworks/base/core/java/android/os/
H A DPowerManager.java69 * <tr><td>{@link #FULL_WAKE_LOCK}</td>
162 * If the user presses the power button, then the {@link #FULL_WAKE_LOCK} will be
173 public static final int FULL_WAKE_LOCK = 0x0000001a; field in class:PowerManager
182 * unlike {@link #FULL_WAKE_LOCK}, {@link #SCREEN_BRIGHT_WAKE_LOCK} and
563 * {@link #FULL_WAKE_LOCK}, {@link #SCREEN_DIM_WAKE_LOCK}
603 * @see #FULL_WAKE_LOCK
621 case FULL_WAKE_LOCK:

Completed in 67 milliseconds